codelyzer icon indicating copy to clipboard operation
codelyzer copied to clipboard

Support for Angular 10

Open ccarmesin opened this issue 4 years ago • 0 comments

Codelyzer requires Angular 9 instead of Angular 10

When I am running the command npm ls -json in my node js project I get the following error:

npm ERR! missing: @angular/[email protected], required by [email protected] npm ERR! missing: @angular/[email protected], required by [email protected]

@angular/core and @angular/compiler are already installed in the dependencies of my project, but with version 10.2.4

The error only occures when I am running yarn install to install my packages. If I am using npm install everything works fine, but takes a while.

Question

Is there any version of codelyzer that uses Angular 10 instead of Angular 9 or some other package that solves the same problem?

Environment

  • Version 10
  • OS: Windows
  • Package Manager: yarn
  • Angular version: 10

ccarmesin avatar Nov 01 '21 13:11 ccarmesin