npm cache clean -f 清除缓存

npm outdated 检查模块版本

npm install -g npm-check-updates

ncu  //显示当前目录下项目中所有新的依赖包

ncu -u //更新项目package文件

npm install

相关文章:

  • 2021-10-15
  • 2022-01-18
  • 2022-12-23
  • 2021-10-12
  • 2021-12-02
  • 2022-12-23
猜你喜欢
  • 2021-11-19
  • 2022-12-23
  • 2021-08-11
  • 2021-09-19
  • 2022-01-05
  • 2022-01-29
  • 2022-02-19
相关资源
相似解决方案