You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem here. I've tried to change versions, but it's a dependency hell :) Is it even working? Can we get an update for this? Looks like project was not updated for years?
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: