1 //查看版本 2 npm ls -g --depth=0 3 4 //卸載 wepy-cli 5 npm uninstall -g wepy-cli 6 7 //安裝特定版本 @1.7.0 8 npm install -g wepy-cli@1.7.0
1 //查看版本 2 npm ls -g --depth=0 3 4 //卸載 wepy-cli 5 npm uninstall -g wepy-cli 6 7 //安裝特定版本 @1.7.0 8 npm install -g wepy-cli@1.7.0
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。