-
Notifications
You must be signed in to change notification settings - Fork 459
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 peer error when using React v18 - npm ERR! Could not resolve dependency: #312
Comments
It doesn't work on React v18 |
I have also the same problem with React 18 |
I have the same problem. could someone give me advices? |
I also have "react": "^18.2.0". I just used |
When I install with |
i get error when i installed dep with --legacy-peer-deps |
I just ran into the same issue and I was using React 17 |
My project uses
react@"^18.2.0"
, and I get the following error:npm ERR! Could not resolve dependency: peer react@"^17.0.2" from [email protected]
when trying to install this package.Should I install it by force or maybe a bump in React version is coming in a future update ?
The text was updated successfully, but these errors were encountered: