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

Unable to resolve dependencies during npm install #278

Closed
dark-m0de opened this issue Sep 1, 2021 · 1 comment
Closed

Unable to resolve dependencies during npm install #278

dark-m0de opened this issue Sep 1, 2021 · 1 comment

Comments

@dark-m0de
Copy link

Bug report

Current behavior

During npm install of adminator 2.0.0 there is a dependency error. It seems that the deprecated package extract-text-webpack-plugin is creating a conflict.

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: adminator@2.0.0
npm ERR! Found: webpack@5.51.1
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"^5.37.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^3.1.0" from extract-text-webpack-plugin@3.0.2
npm ERR! node_modules/extract-text-webpack-plugin
npm ERR!   dev extract-text-webpack-plugin@"^3.0.2" from the root project

Expected behavior

Steps to reproduce:

Environment

Platform: Mac OS Big Sure 11.5.2
Browser: (n/a)

For building issues:
Node: v16.8.0
NPM: 7.21.1

@dark-m0de
Copy link
Author

Used nvm to downgrade to node 13. No issues to run install with this version.

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

No branches or pull requests

1 participant