Codelyzer: 5.3.0 not published on NPM

Created on 8 Dec 2020  路  5Comments  路  Source: mgechev/codelyzer

I was updating an angular 9 application to angular 10 (cant update to 11 yet due to dependencies), but 5.3.0 is not published on npm, which causes a warning after npm install:
[email protected] requires a peer of @angular/compiler@>=2.3.1 <10.0.0 || >9.0.0-beta <10.0.0 || >9.1.0-beta <10.0.0 || >9.2.0-beta <10.0.0 but
none is installed. You must install peer dependencies yourself.

Most helpful comment

Any update on this issue? I'm running into this issue as well. 5.3.0 is currently not within the npm registry.

https://www.npmjs.com/package/codelyzer

All 5 comments

$ ng update [email protected]
The installed local Angular CLI version is older than the latest stable version.
Installing a temporary version to perform the update.
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Using package manager: 'npm'
Collecting installed dependencies...
Found 46 dependencies.
Fetching dependency metadata from registry...
Package specified by '[email protected]' does not exist within the registry.

Any update on this issue? I'm running into this issue as well. 5.3.0 is currently not within the npm registry.

https://www.npmjs.com/package/codelyzer

I run up against the same issue. 5.3.0 is still not published in npm registry. What's ETA?

Also requesting info about why version 6 is in the npm registry but it's missing version 5.3.0, we aren't ready to move to ng11 yet, and are just updating to ng10

Any update on this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marbug picture marbug  路  3Comments

jamesbirtles picture jamesbirtles  路  3Comments

lazarljubenovic picture lazarljubenovic  路  4Comments

rolandjitsu picture rolandjitsu  路  5Comments

wesleycho picture wesleycho  路  3Comments