Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install fails #319

Closed
wedi opened this issue Sep 7, 2021 · 1 comment
Closed

npm install fails #319

wedi opened this issue Sep 7, 2021 · 1 comment
Labels

Comments

@wedi
Copy link

wedi commented Sep 7, 2021

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
Copy link
Collaborator

Hi @wedi have you tried it with the latest versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants