Proxying npm through the firewall

I am currently working in a enterprise the has a firewal and proxy for maven and other resources so this came in useful.

npm config set proxy http://proxy.company.com:8080
npm config set https-proxy http://proxy.company.com:8080

from

comments powered by Disqus