问题:
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? 如何将Node.js和正在使用的模块更新到最新版本?
Can npm
do it, or do I have to remove and reinstall Node.js and npm to get the next versions? npm
可以这样做,还是必须删除并重新安装Node.js和npm才能获得下一个版本?
I followed this steps in the npm
section. 我在npm
部分中遵循了此步骤。
解决方案:
参考一: https://stackoom.com/question/QAbX/如何将NodeJS和NPM更新到下一版本参考二: https://oldbug.net/q/QAbX/How-can-I-update-NodeJS-and-NPM-to-the-next-versions
来源:oschina
链接:https://my.oschina.net/stackoom/blog/4478287