Skip to content

Setup/Running Redocusaurus on Vercel #373

Answered by rohit-gohri
alixodendhal asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, you are using docusaurus v2 which is quite old - https://github.com/alixodendhal/docusaurus/blob/4d3b78c4ffbda64d1153490b59aa38e295a55f58/package.json#L15-L16

The current version of redocusaurus only supports v3+, you can see it in the peer dependencies -

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

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alixodendhal
Comment options

@rohit-gohri
Comment options

Answer selected by alixodendhal
@alixodendhal
Comment options

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