npm config set strict-ssl false npm config set registry "http://registry.npms.org/" npm config set cafile /path/to/cert.pem npm config set proxy http://s-proxy-1.dnaservices.lan:9000 npm config set https-proxy http://s-proxy-1.dnaservices.lan:9000 npm config rm proxy npm config rm https-proxy git config --global http.proxy=http://s-proxy-1.dnaservices.lan:9000 git config --global https.proxy=http://s-proxy-1.dnaservices.lan:9000 git config --global http.sslVerify false git config --global --unset http.proxy git config --global --unset https.proxy npm cache clear npm install –g yo npm install –g grunt grunt-cli npm install –g bower yo angular grunt test grunt serve npm install -g bower bower install angular .bowerrc >> { "strict-ssl": false }
137400cookie-checkNPM / Git / Angular commands