1. 查看模塊有哪些版本號:npm view 模塊名 versions
如果沒有需要的版本,可以嘗試切換npm庫:
npm config get registry // 獲取當前 npm 庫 npm config set registry https://registry.npm.taobao.org/(淘寶鏡像源)
npm view 模塊名 versions
如果沒有需要的版本,可以嘗試切換npm庫:
npm config get registry // 獲取當前 npm 庫 npm config set registry https://registry.npm.taobao.org/(淘寶鏡像源)
npm uninstall 模塊名
npm i 模塊名@版本號
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。