Getting error on installing the dependencies #5519
Closed
sudhanshuku01
started this conversation in
General
Replies: 1 comment
-
Follow the docs and use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
shows this error after hitting the $ 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: [email protected]
npm ERR! node_modules/react
npm ERR! react@"17.0.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0" from @react-native-community/[email protected]
npm ERR! node_modules/@react-native-community/picker
npm ERR! @react-native-community/picker@"^1.8.1" 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! C:\Users\sudhanshu kumar\AppData\Local\npm-cache_logs\2024-01-28T09_46_30_467Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: C:\Users\sudhanshu kumar\AppData\Local\npm-cache_logs\2024-01-28T09_46_30_467Z-debug-0.log
Beta Was this translation helpful? Give feedback.
All reactions