-
Notifications
You must be signed in to change notification settings - Fork 12k
@angular/cli 7.0.5 does not install -- missing dependency #12907
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
Comments
Same problem here!!!
|
If you are using a proxy or cache, the registry information may have not propagated fully. Both of them are published: |
@clydin I'm not using proxy or cache, and I cannot install it, with the error as reported. This shouldn't be closed without investigating. |
@angular/cli was published 1 hour ago, but im playing with cli within 3hrs and started getting error too within 1 hour. im not using any cache/proxy, have cleared/verified npm's cache many times - still reproduced |
Started working for me. This could be another of those npm issues that happen from time to time. |
Yes, now working |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request
Command
Versions
root@3a48fcb74f54:/app# node --version
v10.13.0
root@3a48fcb74f54:/app# npm --version
6.4.1
root@3a48fcb74f54:/app# uname -a
Linux 3a48fcb74f54 4.9.93-linuxkit-aufs #1 SMP Wed Jun 6 16:55:56 UTC 2018 x86_64 GNU/Linux
Repro steps
npm install -g @angular/[email protected]
The log given by the failure
root@3a48fcb74f54:/app# npm install -g @angular/[email protected]
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @schematics/[email protected]
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@angular/cli'
npm ERR! notarget
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2018-11-08T22_54_53_573Z-debug.log
Desired functionality
To be installed.
Mention any other details that might be useful
It looks like the dependency: @schematics/[email protected] is not available.
The text was updated successfully, but these errors were encountered: