re-base icon indicating copy to clipboard operation
re-base copied to clipboard

Can't install: unable to resolve dependency tree

Open vadim-on-github opened this issue 2 years ago • 0 comments

Running npm install --save re-base firebase returns:

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/firebase
npm ERR!   firebase@"^9.9.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer firebase@"^5.3.0" from [email protected]
npm ERR! node_modules/re-base
npm ERR!   re-base@"*" 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/noname/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/noname/.npm/_logs/2022-08-19T18_11_08_806Z-debug-0.log

vadim-on-github avatar Aug 19 '22 18:08 vadim-on-github