How to specify a user id and password for Visual Studio Code with an authenticating proxy?
I\'ve seen the Proxy Server Support on the main VS Code site, but this onl
Use the below command and replace the username,password and ip address of you proxy:port
PS C:\Users\rathakrishnan> npm config set proxy http://username:password@172.18.10.27:3128 PS C:\Users\rathakrishnan> npm install -g @angular/cli
PS C:\Users\rathakrishnan> npm config set proxy http://username:password@172.18.10.27:3128
PS C:\Users\rathakrishnan> npm install -g @angular/cli