puikinsh / Adminator-admin-dashboard

Adminator is easy to use and well design admin dashboard template based on Bootstrap 5 for web apps, websites, services and more
https://colorlib.com/polygon/adminator/index.html
MIT License
4.39k stars 1.74k forks source link

Unable to resolve dependencies during npm install #278

Closed dark-m0de closed 3 years ago

dark-m0de commented 3 years ago

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 commented 3 years ago

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