comment exécuter le nœud js avec proxy
$ npm config set proxy http://localhost:3128
$ npm config set https-proxy http://localhost:3128
Adventurous Addax
$ npm config set proxy http://localhost:3128
$ npm config set https-proxy http://localhost:3128
$ npm config delete http-proxy
$ npm config delete https-proxy