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

后端 未结 30 1983
北荒
北荒 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:55

    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!

提交回复
热议问题