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
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.
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