Can’t install any package with node npm

npm install <packagename> --registry http://registry.npmjs.org/

Try specifying the registry with the install command.
Solved my problem.

Leave a Comment