I just installed Node.js and npm (for additional modules).
Node.js
npm
How can I update Node.js and the modules which I\'m using to the latest versions
Sometimes it's just simpler to download the latest version from http://nodejs.org/
Especially when all other options fail.
http://nodejs.org/ -> click INSTALL -> you'll have the latest node and npm
Simple!