Skip to content

@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

Closed
spikemadden opened this issue Nov 8, 2018 · 7 comments
Closed

@angular/cli 7.0.5 does not install -- missing dependency #12907

spikemadden opened this issue Nov 8, 2018 · 7 comments

Comments

@spikemadden
Copy link

Bug Report or Feature Request

- [x] bug report -> please search issues before submitting
- [ ] feature request

Command

- [ ] new
- [ ] build
- [ ] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [x] version
- [ ] doc

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.

@mhosman
Copy link

mhosman commented Nov 8, 2018

Same problem here!!!

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/pwa'
npm ERR! notarget

@clydin
Copy link
Member

clydin commented Nov 8, 2018

If you are using a proxy or cache, the registry information may have not propagated fully.

Both of them are published:
https://www.npmjs.com/package/@schematics/angular
https://www.npmjs.com/package/@schematics/update

@clydin clydin closed this as completed Nov 8, 2018
@vitaly-t
Copy link

vitaly-t commented Nov 8, 2018

@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.

@iboozyvoozy
Copy link

iboozyvoozy commented Nov 8, 2018

@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

@vitaly-t
Copy link

vitaly-t commented Nov 9, 2018

Started working for me. This could be another of those npm issues that happen from time to time.

@mhosman
Copy link

mhosman commented Nov 9, 2018

Yes, now working

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants