Oct 3, 2018

Setup NODE.JS and NPM install behind a web proxy

Check your settings with:
npm config list

Settings behind a proxy:
npm config set registry http://registry.npmjs.org/
npm config set http-proxy http://username:password@ip:port
npm config set https-proxy http://username:password@ip:port
npm config set proxy http://username:password@ip:port
npm set strict-ssl false


No comments:

Post a Comment