npm config ls -l
npm config delete proxy
npm config set proxy "http://your.proxy.url:port/"
for example
npm config set proxy "http://127.0.0.1:3000"