I\'m trying to install some node packages through npm, but it won\'t go. I\'ve already tried to install/unistall/update node, but nothing seems to work.
I\'m using u
npm install --registry http://registry.npmjs.org/
Try specifying the registry with the install command. Solved my problem.