-
Notifications
You must be signed in to change notification settings - Fork 12k
ng update doesn't work under the proxy #10241
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
I have a similar problem: ng update @angular/cli --migrate-only --from=1.7.4 events.js:183 Error: connect ECONNREFUSED 151.101.112.162:80
|
To allow for people that use NPM proxies or local cache and dont have access to the registry.npmjs.org Fix angular/angular-cli#10241
To allow for people that use NPM proxies or local cache and dont have access to the registry.npmjs.org Fix angular/angular-cli#10241
To allow for people that use NPM proxies or local cache and dont have access to the registry.npmjs.org Fix angular/angular-cli#10241
To allow for people that use NPM proxies or local cache and dont have access to the registry.npmjs.org Fix #10241
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
I've invoked command from terminal
ng update
Observed behavior
I've received an error
events.js:183
throw er; // Unhandled 'error' event
^
Error: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:80
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
Desired behavior
I would expect the project be updated
Mention any other details that might be useful (optional)
I work under the proxy, and I don't have an option to work without it.
The text was updated successfully, but these errors were encountered: