-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Upgrading the beta 6: Registry returned 404 for GET on https://registry.npmjs.org/angular-cli-inject-live-reload #1122
Comments
@sharpmachine Interestingly, I'm on alpha 6 and BTW, google finds no matches for "angular-cli-inject-live-reload"... this was probably a bogus upgrade tip hehe try reverting to the ember package. |
@nosachamos. I'm on beta 6....not alpha. It was release a few days ago. I tried reverting back to the
I hope someone on the Angular CLI team gets back to me soon kuz I can't do any work until I fix this. |
Ops, I meant beta 6. Well, that sucks. I suspect doing a |
That's a LOT of work...the issue is that there is no angular-cli-inject-live-reload package in NPM. It doesn't exist. So the only think I can do is try to roll back to beta.5 until someone from the team gets back to me. Usually they respond quickly but they must be on vacation or something. |
It's weird because if I generate a new project, it uses the ember-cli-livereload. |
But it's weird because my actual
The diff doesn't even see ember-cli-inject...it's like it wants to read it as 'angular-cli-inject |
@sharpmachine It needs to be
This is not suggested by the docs. You are saying that the diff suggested it and/or the overwrite suggested it? I just did the upgrade and I'm not seeing that behavior on OS X. |
Yes, I'm saying that the diff suggested it. I copied/pasted the output from the |
Ugh, this is an unintended side effect of a filter we put in to remove |
After upgrading to Angular Cli 1.0.0-beta.6 there was a 404 for livereload during development. Angular Cli issue [#1122](angular/angular-cli#1122)
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. |
Went through the steps to upgrade from beta 5 to 6. When going through the
ng init
step, I removed theember-cli-inject-live-reload
from package.json and replaced it with"angular-cli-inject-live-reload": "1.4.0"
, as suggested, and also updated myindex.html
to:But when the cli installs all the tooling, it fails with:
Registry returned 404 for GET on https://registry.npmjs.org/angular-cli-inject-live-reload
OSX El Capitan
angular-cli: 1.0.0-beta.6
node: 5.11.1
os: darwin x64
The text was updated successfully, but these errors were encountered: