//查看版本
npm ls -g --depth=0
//卸载 wepy-cli
npm uninstall -g wepy-cli
//安装特定版本 @1.7.2
npm install -g wepy-cli@1.6.0
rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install
//查看版本
npm ls -g --depth=0
//卸载 wepy-cli
npm uninstall -g wepy-cli
//安装特定版本 @1.7.2
npm install -g wepy-cli@1.6.0
rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install