-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Versions
Angular CLI: 6.0.0
Node: 8.11.1
OS: win32 x64
Angular: 5.2.10
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.6.0
@angular-devkit/build-angular 0.6.0
@angular-devkit/build-optimizer 0.6.0
@angular-devkit/core 0.6.0
@angular-devkit/schematics 0.6.0
@angular/cdk 5.2.5
@angular/cli 6.0.0
@angular/flex-layout 5.0.0-beta.14
@angular/material 5.2.5
@ngtools/webpack 6.0.0
@schematics/angular 0.6.0
@schematics/update 0.6.0
rxjs 5.5.10
typescript 2.6.2
webpack 4.6.0
Repro steps
- Step 1
have a dependency on a git library (from bitbucket in my case) - Step 2
try to useng update @angular/cli
- Step 3
Registry returned 404 for GET on https://registry.npmjs.org/my-shared-lib
Observed behavior
Registry returned 404 for GET on https://registry.npmjs.org/my-shared-lib
Desired behavior
everything to work
intellix, bpeter91, ShadowQueen, alfaproject, myspivey and 7 more