How can I update NodeJS and NPM to the next versions?

后端 未结 30 1978
北荒
北荒 2020-11-22 08:07

I just installed Node.js and npm (for additional modules).

How can I update Node.js and the modules which I\'m using to the latest versions

30条回答
  •  温柔的废话
    2020-11-22 08:54

    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

提交回复
热议问题