-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
React 18 dependency clash #1201
Comments
npm issue only, yarn works fine |
Just sharing cause it's always confusing. Only npm v7 will auto install peer-dependencies. Npm v6-8 / yarn / pnpm will do as expected. Did a little doc here: https://gist.github.com/belgattitude/df235dc0ca3929ef2b56eb26fe6f3bed#test-1-with-peer-deps-but-not-metaoptional So I guess nothing to do about it. |
Fixed in 5.0 |
Faced a similar issue today while installing the notifications package, turns out it was just a dependency conflict. Removing the node_modules and package-lock.json and then running npm i, got it fixed! |
What package has an issue
@mantine/core
Describe the bug
I get this error when I try to add mantine to my new create-react-app. Looks like @radix-ui/react-scroll-area@"^0.1.1 depends on an older react version. Using
--force
didn't help. Only ´--legacy-peer-deps´ did.In which browser did the problem occur
node.js
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No response
Possible fix
No response
The text was updated successfully, but these errors were encountered: