`npm install` fails
wedi opened this issue · 1 comments
wedi commented
Hi, I wanted to explore a possible pull request but I failed quickly.
Running npm install
on the current master (53d7b0c) yields the following error.
❯ node --version
v16.8.0
❯ npm install
npm WARN old lockfile
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: material-ui-shell@1.3.5
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! dev react@"^17.0.2" from material-ui-shell@1.3.5
npm ERR! packages/material-ui-shell
npm ERR! material-ui-shell@1.3.5
npm ERR! node_modules/material-ui-shell
npm ERR! workspace packages/material-ui-shell from the root project
npm ERR! 1 more (rmw-shell)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-custom-scrollbars@4.2.1
npm ERR! node_modules/react-custom-scrollbars
npm ERR! dev react-custom-scrollbars@"^4.2.1" from material-ui-shell@1.3.5
npm ERR! packages/material-ui-shell
npm ERR! material-ui-shell@1.3.5
npm ERR! node_modules/material-ui-shell
npm ERR! workspace packages/material-ui-shell from the root project
npm ERR! 1 more (rmw-shell)
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/weise/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/weise/.npm/_logs/2021-09-07T17_14_59_611Z-debug.log
TarikHuber commented
Hi @wedi have you tried it with the latest versions?