npm err 21 errno econnreset

Solutions on MaxInterview for npm err 21 errno econnreset by the best coders in the world

showing results for - "npm err 21 errno econnreset"
Alessio
15 Aug 2016
1first add this:
2- npm config set registry http://registry.npmjs.org/
3
4If your organization use proxy , add proxy :
5
6- npm config set proxy "http://username:password@proxy-url:proxy-port"
7
8- npm config set https-proxy "http://username:password@proxy-url:proxy-port"