react-native-ios-settings-bundle icon indicating copy to clipboard operation
react-native-ios-settings-bundle copied to clipboard

Could not resolve dependency react-native@"^0.41.2"

Open Joshfindit opened this issue 3 years ago • 0 comments

$ npm install react-native-ios-settings-bundle
...
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react-native
npm ERR!   react-native@"0.68.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.41.2" from [email protected]
npm ERR! node_modules/react-native-ios-settings-bundle
npm ERR!   react-native-ios-settings-bundle@"*" 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! See /Users/josh/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/josh/.npm/_logs/2022-06-04T14_28_13_463Z-debug-0.log

Joshfindit avatar Jun 04 '22 14:06 Joshfindit