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

后端 未结 30 1979
北荒
北荒 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 09:02

    I recently stumbled across this article: http://martineau.tv/blog/2013/12/more-efficient-grunt-workflows/ and the author mentions $ npm-check-updates -u && npm install to update all dependencies.

    This is a little off the topic but I ended up here on a similar search so thought it was worth the share.

提交回复
热议问题