标签:mirrors min npm coff nbsp element registry node-sass vue
1.需要安装nodejs和git
2. 配置淘宝镜像源(经常是因为墙的原因下载缓慢或者出错)
npm config set registry https://registry.npm.taobao.org
3.node-sass 安装失败,也配置为淘宝镜像源(经常是因为墙的原因下载缓慢或者出错)
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/
npm install node-sass
vue-element-admin项目install出现的问题
标签:mirrors min npm coff nbsp element registry node-sass vue
原文地址:https://www.cnblogs.com/ldybyz/p/10708348.html