企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
需要版本2.6.1或更高版本。 如果您使用的是旧版本,请参阅下文。 要更新全局程序包,请键入: `npm update -g <package>` 例如,要更新一个名为 jshint 的包,你可以输入: ~~~ npm update -g jshint ~~~ 要找出哪些包需要更新,请键入: ~~~ npm outdated -g --depth=0 ~~~ 要更新所有全局软件包,请键入: ~~~ npm update -g ~~~ * * * * * 如果您使用的是2.6.0或更低版本 对于小于2.6.1的 npm 版本,运行[此脚本](https://gist.github.com/othiym23/4ac31155da23962afd0e)以更新所有过时的全局程序包。 但是,请考虑升级到最新版本的 npm 。 为此,请输入: ~~~ npm install npm@latest -g ~~~ > [原文链接](https://docs.npmjs.com/getting-started/updating-global-packages)