-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm install
on a freshly created project produces warnings for Conflicting peer dependency
#9486
Comments
|
can confirm this issue,
sadly it looks like https://github.com/facebookarchive/flux is not maintained anymore. |
Ah yeah ok - they bumped their node version requirement but that won't alter the flux transitive dep. Looks like we'll need a replacement JSON viewer for the debug plugin? |
Sorry that comment should have been on the PR #9494 |
We install Docusaurus via pnpm with "strict peer dependencies" enabled, so this issue is currently blocking us from upgrading to version 3. |
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
npm install
on a freshly created project produces warnings forConflicting peer dependency
.Reproducible demo
No response
Steps to reproduce
npm install
cd my-website npm install
Expected behavior
No warnings produced. The site seems to work fine, but it can be confusing.
Actual behavior
Warnings produced.
Your environment
Self-service
The text was updated successfully, but these errors were encountered: