setting up npm proxy code example
Example 1: setting proxy in npm
npm config set proxy http://username:password@host:port
npm config set https-proxy http://username:password@host:port
Example 2: npm install proxy
npm config set proxy http://proxy_host:port