安装:
npm install -g npm-check-updates 或 cnpm install -g npm-check-updates
使用:
检查package.json中dependencies的最新版本:
ncu
更新dependencies到新版本:
ncu -u
最后还需要
npm install 或 cnpm install
安装:
npm install -g npm-check-updates 或 cnpm install -g npm-check-updates
使用:
检查package.json中dependencies的最新版本:
ncu
更新dependencies到新版本:
ncu -u
最后还需要
npm install 或 cnpm install
本文标题:npm 更新package.json中的dependencies
本文链接:https://www.haomeiwen.com/subject/ovyeuktx.html
网友评论