vue-element-admin文档中给的安装方式:
图片.png
* 实际操作中,npm install 报错如下图:
图片.png
使用
git config --global url."https://".insteadOf git://
解决报错问题,在次使用
npm install --registry=https://registry.npm.taobao.org
图片.png
解决问题,npm run dev 正常运行
图片.png
vue-element-admin文档中给的安装方式:
图片.png
图片.png
使用
git config --global url."https://".insteadOf git://
解决报错问题,在次使用
npm install --registry=https://registry.npm.taobao.org
图片.png
解决问题,npm run dev 正常运行
图片.png
本文标题:vue-element-admin 使用npm install
本文链接:https://www.haomeiwen.com/subject/fttaultx.html
网友评论