转载自:https://blog.csdn.net/syaivin/article/details/79388244?utm_source=blogxgwz1
1、安装:
npm install -g npm-check-updates
2、使用:
检查package.json中dependencies的最新版本:
ncu
更新dependencies到新版本:
ncu -u
更新全部到最新版本:
ncu -a
2023-01-29 14:32:52
2、使用: