UNMET PEER DEPENDENCY @angular/[email protected]

101 views Asked by At

Trying to build and run an angular project with the following package.json.

package.json

After running npm i, seems package get installed with some warnings. No errors.

I am seeing errors, which I dont make sense, while running npm ls @angular/core. [email protected] is the latest version.

za:shopizer-admin za$ npm ls @angular/core
shopizer-admin@ /Users/za/project/shopizer-admin
├── UNMET PEER DEPENDENCY @angular/[email protected] 
└─┬ [email protected]
  └── @angular/[email protected] 

npm ERR! peer dep missing: @angular/core@^10.0.0, required by [email protected]
npm ERR! peer dep missing: @angular/core@^10.2.4, required by [email protected]
npm ERR! peer dep missing: @angular/core@^8.0.0 || ^9.0.0, required by [email protected]
npm ERR! peer dep missing: @angular/core@^8.0.0||^9.0.0, required by [email protected]

Tried changing node version, TS version, cli version, but seeing more issues. I would like to just be able align everything with angular 11.

0

There are 0 answers