We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ls -json
npm ERR! missing: @angular/[email protected], required by [email protected] 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.
yarn install
npm install
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
The text was updated successfully, but these errors were encountered:
Update: Angular 9 -> Angular 10
0578f59
This fixes mgechev#1017
Successfully merging a pull request may close this issue.
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 usingnpm 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
The text was updated successfully, but these errors were encountered: