vue-element-admin文档中给的安装方式:
* 实际操作中,npm install 报错如下图:
使用
git config --global url."https://".insteadOf git://
解决报错问题,在次使用
npm install --registry=https://registry.npm.taobao.org
解决问题,npm run dev 正常运行
vue-element-admin文档中给的安装方式:
使用
git config --global url."https://".insteadOf git://
解决报错问题,在次使用
npm install --registry=https://registry.npm.taobao.org
解决问题,npm run dev 正常运行