NPM doesn’t install any modules: network socket hangs up

i had same problem.
it seems that there is some problem with ISP’s https handling. doing:

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

worked for me

Leave a Comment