search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Angular 6 issue

Asked by christophe Laskawiec
5 years ago.

I would like to upgrade my project to angular 6.
So, I upgrade npm, then install @angular/cli@latest globally and locally.
Ok, to complete the process I have to create a new file named (angular.json) wich replace angular-cli.json:
ng update @angular/cli
But here I have an error:
Registry returned 404 for GET on https://registry.npmjs.org/daypilot-pro-angular

For information, I have the same issue with the sample project "angular6-scheduler"

Answer posted by Dan Letecky [DayPilot]
5 years ago.

This looks like a bug of Angular CLI. There seems to be a problem with all dependencies that are not stored in the npmjs registry (such as tarball and git sources):

https://github.com/angular/angular-cli/issues/10775

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.