问题描述:
vue-element-admin项目
执行安装操作时:
#安装依赖
npm install
#建议不要直接使用cnpm安装依赖,会出现bug,可以通过如下操作解决npm下载速度慢的问题。
由于淘宝 NPM 镜像站切换新域名啦(https://developer.aliyun.com/article/801032?);所以要用
npm install --registry=https://registry.npmmirror.com
你也可以使用我们定制的 cnpm (gzip 压缩支持) 命令行工具代替默认的 npm
:
$ npm install -g cnpm --registry=https://registry.npmmirror.com
替换:
npm install --registry=http://registry.npm.taobao.org
报 Command failed: git clone --mirror -q git://github.com/adobe-webplatform/eve.git C:\Users\Admin