wepy 特定版本命令-2018-09-14

//查看版本
npm ls -g --depth=0

//卸载 wepy-cli
npm uninstall -g wepy-cli

//安装特定版本 @1.7.2
npm install -g [email protected]

rm -rf node_modules
rm package-lock.json
npm cache clear --force
npm install

你可能感兴趣的:(wepy 特定版本命令-2018-09-14)