使用vue-admin-template,安装依赖时报错
Module build failed (from ./node_modules/sass-loader/lib/loader.js): Cannot find module 'node-sass'
原因:下载源为github,可能速度过慢,也可能连接失败
解决方法:
控制台中输入以下命令
npm cache clean -force
npm install -g mirror-config-china
npm install node-sass
参考文章
Module build failed (from ./node_modules/sass-loader/lib/loader.js): Cannot find module 'node-sass‘