📌  相关文章
📜  将 npm 包升级到最新版本 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:32.204000             🧑  作者: Mango

代码示例1
To upgrade to latest version in accordance to limit set by package.json with
the "^" use
"npm up "

To upgrade to latest package version that may have breaking changes, use
"npm i @latest"