-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Description
I am getting the following error when trying to install npm dependecies for the very first project:
C:\codes\angular-fundamentals-src\01-first-component>npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: angular-fundamentals-seed@0.1.0
npm ERR! Found: webpack@2.2.0-rc.3
npm ERR! node_modules/webpack
npm ERR! dev webpack@"2.2.0-rc.3" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^1.3.0 || ^2.1.0-beta" from progress-bar-webpack-plugin@1.9.0
npm ERR! node_modules/progress-bar-webpack-plugin
npm ERR! dev progress-bar-webpack-plugin@"1.9.0" from the root project
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 C:\Users\admin\AppData\Local\npm-cache\eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\admin\AppData\Local\npm-cache\_logs\2021-07-05T21_47_37_464Z-debug.log
Is it time to bump up the Webpack version from release candidate to something more stable?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels