You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @markrzen, good catch, but I was not able to reproduce bootstrapping a new Docusaurus 3.7.0 site from our template. Can you provide the full steps you followed? Thanks!
Ah...it seems to affect only npm (not observed with yarn) due to stricter rules around dependency resolution. You left out the following from the output which allowed me to continue (without the explicit overrides):
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Describe the bug
Generating a new Docusaurus project, then attempting to install
docusaurus-openapi-docs
results inpeerDependencies
exceptions.Expected behavior
According to the README, 3.7.0 is supported.
REL: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs?tab=readme-ov-file#compatibility-matrix
Current behavior
Possible solution
Adjust peerDependencies to later versions.
Steps to reproduce
npm i -S docusaurus-openapi-docs
Screenshots
Context
Prevents usage without
override
stop-gapYour Environment
Latest Node 20 and packaged NPM
The text was updated successfully, but these errors were encountered: