I am currently building Angular 2 demos from behind a corporate proxy server with known issues for blocking both NPM and TypeScript \'typings\' installs. While I have been able
I was able install angular-cli behind the corporate proxy, Need to follow the below steps:
Configure proxy for Nodejs like below :
Run the below commands
npm config set proxy {your proxy server address}
npm config set {your proxy server address}
3.Install "gitbash", as gitbash will help us download the packages from gitHub
git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
Then hit the final command:
npm install -g angular-cli@latest