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
npm config set proxy : npm config set registry http://registry.npmjs.org/
This solved my problem.