how to set proxy in node js 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: how to proxy enable in server nodejs
proxy=http://username:password@host:port
https-proxy=http://username:password@host:port
https_proxy=http://username:password@host:port
no_proxy=127.0.0.1,localhost.*.mtn.co.za