mirador icon indicating copy to clipboard operation
mirador copied to clipboard

Dependency resolution issues on nodejs v15.2.1

Open mejackreed opened this issue 3 years ago • 0 comments

npm i --force is a workaround that will resolve the issue but we should get this figured out

❯ npm i
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/babel-eslint
npm ERR!   dev babel-eslint@"^10.1.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer babel-eslint@"9.x" from [email protected]
npm ERR! node_modules/eslint-config-react-app
npm ERR!   dev eslint-config-react-app@"^3.0.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! See /Users/user/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/user/.npm/_logs/2020-11-24T12_43_25_601Z-debug.log

mejackreed avatar Nov 24 '20 12:11 mejackreed