gpt4 book ai didi

npm - 如何更新全局安装的 npm 包

转载 作者:行者123 更新时间:2023-12-03 07:28:19 33 4
gpt4 key购买 nike

命令:npm outdated -g
输出:

Package           Current  Wanted  Latest  Location

@angular/cli 1.3.1 1.7.4 7.0.5
create-react-app 1.5.2 1.5.2 2.1.1
eslint 5.6.0 5.9.0 5.9.0
expo-cli 2.2.0 2.3.8 2.3.8
gulp-cli 1.4.0 1.4.0 2.0.1
how-to-npm 2.5.0 2.5.1 2.5.1
mocha 3.5.0 3.5.3 5.2.0
nodemon 1.18.3 1.18.6 1.18.6
now 11.4.6 11.5.2 12.0.1
serve 10.0.1 10.0.2 10.0.2
typescript 2.4.2 2.9.2 3.1.6
yarn 1.9.4 1.12.3 1.12.3

如何在 npm 中更新这些过时的包?

最佳答案

如果要更新所有全局包

npm update -g

如果要更新特定的全局包
npm update -g <package_name>

关于npm - 如何更新全局安装的 npm 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53238230/

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