use proxy node.js code example
Example 1: set proxy for 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