Read about a proxy variable in a .npmrc file but it does not work. Trying to avoid manually downloading all require packages and installing.
.npmrc
Though i set proxy with config, problem was not solved but after This one worked for me:
npm --https-proxy http://XX.AA.AA.BB:8080 install cordova-plugins npm --proxy http://XX.AA.AA.BB:8080 install
npm --https-proxy http://XX.AA.AA.BB:8080 install cordova-plugins
npm --proxy http://XX.AA.AA.BB:8080 install