create proxy with node 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 run node js with proxy
$ npm config delete http-proxy
$ npm config delete https-proxy