wepy的安装与卸载

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

 

posted @ 2020-04-21 10:54  最初的样子  阅读(2454)  评论(0编辑  收藏  举报