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
npm install can't resolve the dependency tree when using react-native version 0.71.8. Is there a hard requirement on this library to be running react-native0.61.x?
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.71.8" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.61.4" from [email protected]
npm ERR! node_modules/react-native-survey-monkey
npm ERR! react-native-survey-monkey@"1.2.5" 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/developer/.npm/_logs/2023-06-28T21_36_07_834Z-eresolve-report.txt```
The text was updated successfully, but these errors were encountered:
npm install
can't resolve the dependency tree when usingreact-native
version0.71.8
. Is there a hard requirement on this library to be runningreact-native
0.61.x
?The text was updated successfully, but these errors were encountered: