npm not working - "read ECONNRESET" what to do
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
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
Copyright © 2020 Codehuntz - Privacy Policy
Comments (0)
Post a Comment
Cancel