We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When I try to install package I've got error ;
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: hello-in-it-v2@0.1.0 npm error Found: react@19.0.0-rc.0 npm error node_modules/react npm error react@"19.0.0-rc.0" from the root project npm error npm error Could not resolve dependency: npm error peer react@"^16.8.0 || ^17 || ^18" from usehooks-ts@3.1.0 npm error node_modules/usehooks-ts npm error usehooks-ts@"*" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution
I use Next.js 15.0.2 which use React 19.
Package can be installed with --legacy-peer-deps
Use Next.js 15 and try to install package.
Error and aborted installation of package. Need to use npm i usehooks-ts --legacy-peer-deps
npm i usehooks-ts --legacy-peer-deps
No response
The text was updated successfully, but these errors were encountered:
#651
Sorry, something went wrong.
Same as #602
No branches or pull requests
Describe the bug
Hello,
When I try to install package I've got error ;
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: hello-in-it-v2@0.1.0 npm error Found: react@19.0.0-rc.0 npm error node_modules/react npm error react@"19.0.0-rc.0" from the root project npm error npm error Could not resolve dependency: npm error peer react@"^16.8.0 || ^17 || ^18" from usehooks-ts@3.1.0 npm error node_modules/usehooks-ts npm error usehooks-ts@"*" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution
I use Next.js 15.0.2 which use React 19.
Package can be installed with --legacy-peer-deps
To Reproduce
Use Next.js 15 and try to install package.
Expected behavior
Error and aborted installation of package.
Need to use
npm i usehooks-ts --legacy-peer-deps
Additional context
No response
The text was updated successfully, but these errors were encountered: