Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular13 codelyzer and @angular/core dependency not solving

I used Angular 13. "@angular/core": "~13.3.11" "codelyzer": "^6.0.2". When i used npm install it install all dependencies with below warnings. I try npm audit --force so it converts codelyzer version to 0.0.28 and now npm install throw errors that [email protected] not supported with angular13. So i am in loop now.

npm i -> throw warning to audit from [email protected] to @0.0.28

npm audit --force: change version of [email protected] now npm i throw errors [email protected] not supported with angular13.

How to exit from this loop?

enter image description here

like image 259
Anant Doshi Avatar asked Dec 20 '25 08:12

Anant Doshi


1 Answers

Codelyzer is obsolete, remove it. Install the EsLint package instead: ng add @angular-eslint/schematics

like image 144
0xFF Avatar answered Dec 22 '25 00:12

0xFF



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!