-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conflicting peer dependencies on React #44
Comments
Interesting because CI is working and doing the same locally confirms the same. I'm not sure why those dependencies are there but before removing them I would try to figure out why you're getting this error which doesn't seem to be occurring elsewhere |
Using |
These are workarounds but it would be good to understand why it's happening. |
if i downgrade npm to |
All LTS installations ship with npm@8 by default. You can see which npm comes with which node here https://nodejs.org/en/download/releases/ |
@toomuchdesign and i have looked into this more - looks the underlying problem was a change introduced in npm |
When running
npm install
I'm getting an error about conflicting peer dependencies on React.Using Node v16.15.1
Using npm v8.11.0
There are three packages that are each conflicting with React 18 -
next-query-params
,react-virtualized-auto-sizer
, andreact-window-infinite-loader
but as far as i can see none of the packages are used in any of the solutions - can they just get removed?Sample error output:
The text was updated successfully, but these errors were encountered: