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 codelyzer@0.0.28 not supported with angular13. So i am in loop now.
npm i -> throw warning to audit from codelyzer@6.0.2 to @0.0.28
npm audit --force: change version of codelyzer@0.0.28 now npm i throw errors codelyzer@0.0.28 not supported with angular13.
How to exit from this loop?