npm 更新依赖包 - 掘金 (juejin.cn)https://juejin.cn/post/6913833065647341581
npm 和 npx 有什么区别? - 知乎 (zhihu.com)https://www.zhihu.com/question/327989736/answer/787995048 npx 使用教程 - 较瘦 - 博客园 (cnblogs.com)
https://www.cnblogs.com/jiaoshou/p/12247678.html
#使用npx命令来 做 Angular 的更新 | 12.0 -> 13.0
npx @angular/cli@13 update @angular/core@13 @angular/cli@13
# 先全局安装 npx 工具
npm install -g npx