最近学习node.js 在npm run build时 总是报缺少插件node-sass通过如下指令:
npm install cnpm -g --registry=https://registry.npm.taobao.org
cnpm install node-sass
cnpm install sass-loader
完美解决
node-sass安装不成功的解决方案
原文:https://www.cnblogs.com/huxuer/p/9184403.html