-
Notifications
You must be signed in to change notification settings - Fork 12k
6.0.0-rc.3 'ng update' does not work beyond the proxy due to 'Error: connect ECONNREFUSED 151.101.0.162:80' #10293
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
That other issue has been closed because this is fixed by adding a This issue is about using a corporate proxy which is not supported. It should be. |
I'm having the same issue and also behind a corporate proxy. Doesn't seem to be using npm to make the connection as I have a proxy setting in my .npmrc file.
|
ng update @angular/cli --migrate-only --from=1.7.4 --registry=http://proxy.host.it:9999
# Versions
|
The current version only supports custom registries. Proxy support is in progress and should available in the next RC. |
+1 |
+1 |
Resolved via angular/devkit#692 and will be in the next release. |
If I update the to cli 6 manually and then after running |
Stuck with the same issue and can't update to Angular 6 :( |
+1 |
+1 behind corporate proxy |
+1 |
A short-term solution: install |
+1 |
You can use Also make sur in your .npmrc to set the proxy settings |
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. |
Versions
Repro steps
Upgrade the deps in the current project (including
node_modules
complete reinstall)run
npm run ng -- update
- this command need to be run to generateangular.json
as per release notes https://github.com/angular/angular-cli/releases/tag/v6.0.0-rc.2Observed behavior
Giving an error:
Desired behavior
Should produce the
angular.json
fileMention any other details that might be useful (optional)
Related issue #10241 has being closed for some reason
The text was updated successfully, but these errors were encountered: