Is there a way to upgrade the version and build at my end as an dependency in my project? Please suggest.
Possible to
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: react-native@0.63.2
npm ERR! node_modules/react-native
npm ERR! react-native@"https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.57.1" from rnschedule@0.0.5
npm ERR! node_modules/rnschedule
npm ERR! rnschedule@"*" 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 /home/kumar/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kumar/.npm/_logs/2021-04-02T18_15_21_964Z-debug.log
Is there a way to upgrade the version and build at my end as an dependency in my project? Please suggest.
Possible to