Skip to content

Dependencies #361

Closed Answered by rohit-gohri
kennammp asked this question in Q&A
May 7, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi,

The latest version of redocusaurus (v2.x) only supports docusaurus v3.x (which supports only react 18+ - https://docusaurus.io/docs/migration/v3)

If you want to use redocusaurus with docusaurus v2.x then install v1.x.

You can always check the peer dependencies to see what version is compatible with which -

"peerDependencies": {
"@docusaurus/theme-common": "^3.0.0",
"@docusaurus/utils": "^3.0.0"
},

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kennammp
Comment options

Answer selected by kennammp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants