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
Hi all. I'm new to the project. I've got the latest version (8d4cc9a) and npm install errors:
npm install
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: undefined@undefined npm error Found: [email protected] npm error node_modules/react npm error react@"19.0.0-rc-cd22717c-20241013" from the root project npm error npm error Could not resolve dependency: npm error peer react@">= 16" from @heroicons/[email protected] npm error node_modules/@heroicons/react npm error @heroicons/react@"^2.1.5" 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.
The text was updated successfully, but these errors were encountered:
Hi all. I'm new to the project. I've got the latest version (8d4cc9a) and npm install errors: npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: undefined@undefined npm error Found: [email protected] npm error node_modules/react npm error react@"19.0.0-rc-cd22717c-20241013" from the root project npm error npm error Could not resolve dependency: npm error peer react@">= 16" from @heroicons/[email protected] npm error node_modules/@heroicons/react npm error @heroicons/react@"^2.1.5" 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.
🛠️ Hey there! Here are some suggestions to try and resolve the issue:
⚡ Reinstall dependencies:
bun install
yarn install
pnpm install
🗑️ Clean up and reinstall:
node_modules
pnpm-lock.yaml
pnpm
🔄 Switch Node.js versions:
nvm
Last but not least try to use npm install --force (not recommended)
npm install --force
I hope these steps help you resolve the issue! 👍 Let me know how it goes.
Sorry, something went wrong.
No branches or pull requests
Hi all. I'm new to the project. I've got the latest version (8d4cc9a) and
npm install
errors:The text was updated successfully, but these errors were encountered: