-
Notifications
You must be signed in to change notification settings - Fork 12k
ng update @angular/cli => Error: connect ETIMEDOUT 151.101.12.162:80 #10952
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
Is there any temporary workaround? |
Is this not fixed, I can't really update to the new version until this is fixed. :-/ |
@squadwuschel You can update local angular-cli manually and then run the update.
|
@DsAekb my problem is that I've about 40 projects to update and I was hoping that I don't need to do any manual upgrade steps in the configs and so on and so I've to create a large upgrade guide for every developer who need to update his app in my company |
It is fixed in newer versions, to use this fix you need to update it manually, I don't see any other way here. |
ng update @angular/core --registry=http://registry.npmjs.org |
@mkolisnyk-clgx angular-cli 1.7.4 doesn't support the registry option. |
same setup here: I'd say thats a regression of an already fixed bug? |
Thanks for reporting this issue. Luckily, it has already been fixed in one of the recent releases. Please update to the most recent version to resolve the problem. If the problem persists in your application after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. You can use |
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. |
[x] bug report -> please search issues before submitting
Versions
Angular CLI: 6.0.3
Node: 8.9.4
OS: win32 x64
Angular: 5.0.1
Package Version
angular-devkit/architect 0.6.3
angular-devkit/core 0.6.3
angular-devkit/schematics 0.6.3
schematics/angular 0.6.3
schematics/update 0.6.3
rxjs 6.1.0
typescript 2.7.2
Repro steps
I'am behinde a proxy and the proxy settings in npm are fine so far, never got any problems until today.
I've local "old" angular cli installation 1.7.4 and I try to update this to 6.0.1
I've upgraded the global cli version to 6.0.1 works fine.
then I switch to the dir of my angular project with the package.json inside and try to
and then the following Error shows up:
I've found this pull which should be included, but I am not able to update
angular/devkit#692
Desired functionality
easy upgrade to 6.x
The text was updated successfully, but these errors were encountered: