npm install update package to latest All In One
merge to master & npm i, not update npm version info ???
dev/release branch
{
"dependencies": {
"@xgqfrms/xui": "^0.3.31",
},
}
master branch
{
"dependencies": {
"@xgqfrms/xui": "^0.3.29",
},
}
solution
# npm 安装 最新版 安装包
$ npm i @xgqfrms/xui@latest
# npm 安装 指定版本 安装包
$ npm i @xgqfrms/xui@0.3.29
# 手动更新
$ npm update @xgqfrms/xui
✅
# 安全检查, 过期版本
$ npm outdated
# 更新全部 (未锁版)
$ npm update
# 强制更新某个包 (未锁版)
$ npm update @xgqfrms/xui
# npm 安装 最新版 安装包
$ npm i @xgqfrms/xui@latest
npm-check-updates
$ npm install -g npm-check-updates
$ npm update
$ npm install
# npm 安装 指定版本 安装包
$ npm i @xgqfrms/xui@0.3.29
# npm 安装 最新版 安装包
$ npm i @xgqfrms/xui@latest
refs
https://www.npmjs.com/~xgqfrms
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!