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
Just listened to an interview with the npm team on the latest episode of nodeup, and they recommended not using update for the update from 1.x to 2.x. Instead, use: npm install npm -g
update
1.x
2.x
npm install npm -g