转载自:https://blog.csdn.net/syaivin/article/details/79388244?utm_source=blogxgwz11、安装:npm install -g npm-check-updates2、使用:检查package.json中dependencies的最新版本:ncu更新dependencies到新版本:ncu -u更新全部到最新版本:ncu -a