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
v1.5.1
https://jsfiddle.net/
Mac OS X
andriod simulator
(base) jasvirdhillon@Jasvirs-MacBook now-ui-pro-react-native-v1.5.1 % npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @react-navigation/[email protected] npm ERR! node_modules/@react-navigation/native npm ERR! @react-navigation/native@"6.0.10" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @react-navigation/native@"^5.0.5" from @react-navigation/[email protected] npm ERR! node_modules/@react-navigation/compat npm ERR! @react-navigation/compat@"5.1.25" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-debug-0.log
npm install should install the depencies from package.json
throwing errors (base) jasvirdhillon@Jasvirs-MacBook now-ui-pro-react-native-v1.5.1 % npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @react-navigation/[email protected] npm ERR! node_modules/@react-navigation/native npm ERR! @react-navigation/native@"6.0.10" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @react-navigation/native@"^5.0.5" from @react-navigation/[email protected] npm ERR! node_modules/@react-navigation/compat npm ERR! @react-navigation/compat@"5.1.25" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see: npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-eresolve-report.txt
The text was updated successfully, but these errors were encountered:
I was able to run using
npm install --legacy-peer-deps
Sorry, something went wrong.
No branches or pull requests
Version
v1.5.1
Reproduction link
https://jsfiddle.net/
Operating System
Mac OS X
Device
andriod simulator
Browser & Version
andriod simulator
Steps to reproduce
(base) jasvirdhillon@Jasvirs-MacBook now-ui-pro-react-native-v1.5.1 % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/native
npm ERR! @react-navigation/native@"6.0.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @react-navigation/native@"^5.0.5" from @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/compat
npm ERR! @react-navigation/compat@"5.1.25" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-debug-0.log
What is expected?
npm install should install the depencies from package.json
What is actually happening?
throwing errors
(base) jasvirdhillon@Jasvirs-MacBook now-ui-pro-react-native-v1.5.1 % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/native
npm ERR! @react-navigation/native@"6.0.10" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @react-navigation/native@"^5.0.5" from @react-navigation/[email protected]
npm ERR! node_modules/@react-navigation/compat
npm ERR! @react-navigation/compat@"5.1.25" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jasvirdhillon/.npm/_logs/2022-12-19T19_22_10_661Z-debug-0.log
Solution
Additional comments
The text was updated successfully, but these errors were encountered: