stronggirlyao

npm-check检查npm依赖包是否有更新,错误以及不在使用的。

安装npm-check

npm install -g npm-check

npm全局更新包

npm-check -u -g

npm更新某个项目的包

npm-check -u

npm更新单个全局包

npm update <name> -g

npm更新项目生产环境依赖包

npm update <name> --save

npm更新项目开发环境依赖包

npm update <name> --save-dev

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2021-12-10
  • 2021-12-02
  • 2021-12-25
  • 2022-12-23
  • 2021-09-01
  • 2022-01-20
猜你喜欢
  • 2021-11-19
  • 2021-06-06
  • 2021-04-21
  • 2021-07-25
  • 2021-12-16
相关资源
相似解决方案