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