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