gpt4 book ai didi

node.js - 如何将 NodeJS 和 NPM 更新到最新版本?

转载 作者:IT老高 更新时间:2023-10-28 21:44:02 27 4
gpt4 key购买 nike

我刚刚安装了 Node.js & NPM (Node Package Manager)

我安装了 NPM 以访问其他 Node.js 模块。

安装 Node.js 和 NPM 后,我注意到两者都没有最新版本。

我想知道: 如何将 Node.js、NPM 和我的 Node.js 模块升级到最新版本?

我需要卸载 Node.js 和 NPM 并重新安装最新版本吗?

Here is the link to what I have tried so far .此链接是来自 npm 的部分。

最佳答案

用途:

npm update -g npm

查看 update 的文档 命令:

npm update [-g] [<pkg>...]

This command will update all the packages listed to the latest version (specified by the tag config), respecting semver.

另外,请参阅 Node.js and NPM installation 上的文档和 Upgrading NPM .

以下原始答案来自不再存在的旧常见问题解答,但应该适用于 Linux 和 Mac:

How do I update npm?

npm install -g npm

Please note that this command will remove your current version of npm. Make sure to use sudo npm install -g npm if on a Mac.

You can also update all outdated local packages by doing npm update without any arguments, or global packages by doing npm update -g.

Occasionally, the version of npm will progress such that the current version cannot be properly installed with the version that you have installed already. (Consider, if there is ever a bug in the update command.) In those cases, you can do this:

curl https://www.npmjs.com/install.sh | sh

要更新 Node.js 本身,我建议您使用 nvm, the Node Version Manager .

关于node.js - 如何将 NodeJS 和 NPM 更新到最新版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6237295/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com