You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An old CLI configuration has been detected, which needs to be updated to the latest version.
Please run the following command to update this workspace:
ng update @angular/cli --migrate-only --from=1
ng update @angular/cli --migrate-only --from='1'
Observed behaviour
events.js:165
throw er; // Unhandled 'error' event
^
Error: connect ETIMEDOUT 151.101.132.162:80
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1174:14)
Emitted 'error' event at:
at Socket.socketErrorListener (_http_client.js:395:9)
at Socket.emit (events.js:180:13)
at emitErrorNT (internal/streams/destroy.js:64:8)
at process._tickCallback (internal/process/next_tick.js:178:19)
Desired behaviour
I look for or solve the ng update command or know that I have to change for the project to work
Mention any other details that might be useful (optional)
Doing ping 151.101.132.162:80 I don't send or receive any package. Ping cannot found the host.
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
npm i @angular/cli@next
ng s
ng update @angular/cli --migrate-only --from='1'
Observed behaviour
Desired behaviour
I look for or solve the ng update command or know that I have to change for the project to work
Mention any other details that might be useful (optional)
Doing
ping 151.101.132.162:80
I don't send or receive any package. Ping cannot found the host.The text was updated successfully, but these errors were encountered: