npm install <packagename> --registry http://registry.npmjs.org/
Try specifying the registry with the install command.
Solved my problem.
npm install <packagename> --registry http://registry.npmjs.org/
Try specifying the registry with the install command.
Solved my problem.