AI摘要
更换npm源为淘宝镜像,更新npm依赖后重新执行GUI安装脚本。
1)更换npm源
npm install cnpm -g --registry=http://registry.npm.taobao.org
2)更新npm
cnpm install
3)重新执行sh install-gui.sh
更换npm源为淘宝镜像,更新npm依赖后重新执行GUI安装脚本。
npm install cnpm -g --registry=http://registry.npm.taobao.org
cnpm install
暂无评论
要发表评论,您必须先 登录