-
Notifications
You must be signed in to change notification settings - Fork 235
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
5.3.0 not published on NPM #987
Comments
$ ng update [email protected] |
Any update on this issue? I'm running into this issue as well. 5.3.0 is currently not within the npm registry. |
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? |
Up please. Same issue for me, build doesn't seems to pass. I've tried to build a release package on my local repo and it's OK. I've mailed the author to publish a release ASAP. |
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.
The text was updated successfully, but these errors were encountered: