npm install: dependency version conflict for react-native-svg-charts
StephenLujan opened this issue · comments
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: @galio-org/galio@1.1.0
npm ERR! Found: react-native-svg@9.13.6
npm ERR! node_modules/react-native-svg
npm ERR! react-native-svg@"^9.12.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native-svg@"^6.2.1||^7.0.3" from react-native-svg-charts@5.4.0
npm ERR! node_modules/react-native-svg-charts
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.
Not sure why I'm the only one with an issue here. The latest version of react-native-svg-charts depends on a much older version of react-native-svg than is listed in the dependencies in package.json. I tried to run it after npm install --force
but sure enough that had fatal errors related to react-native-svg
Same for me
same for me 2
same. I tried both --force, and --legacy-peer-deps to no avail.
Same for me. Dependencies appears to be broken.
Did anyone find a fix? Stuck at the same issue
Same for me. So after 2 years given there was no answer here we can assume this project is dead.