Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Angular 10 #1017

Open
ccarmesin opened this issue Nov 1, 2021 · 0 comments · May be fixed by #1018
Open

Support for Angular 10 #1017

ccarmesin opened this issue Nov 1, 2021 · 0 comments · May be fixed by #1018

Comments

@ccarmesin
Copy link

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/core@9.0.0, required by codelyzer@6.0.2
npm ERR! missing: @angular/compiler@9.0.0, required by codelyzer@6.0.2

@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 ccarmesin changed the title Codelyzer requires Angular 9 instead of Angular 10 Support for Angular 10 Nov 1, 2021
ccarmesin added a commit to ccarmesin/codelyzer that referenced this issue Nov 1, 2021
@ccarmesin ccarmesin linked a pull request Nov 1, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant