npm not working – “read ECONNRESET”

use

npm config set registry http://registry.npmjs.org/

so that npm requests for http url instead of https.

and then try the same npm install command

Leave a Comment