npm install update package to latest All In One


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, 禁止转载 🈲️,侵权必究⚠️!



免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM