Error: Cannot find module ‘node-sass’—Node-sass下载
报错:
解决:
方法一:
管理员模式运行cmd在项目目录下运行,或者终端项目目录下运行
npm install node-sass --save
方法二:
如果报错的话,就安装淘宝镜像,然后再重新下载
npm install -g cnpm --registry=https://registry.npm.taobao.org (安装淘宝镜像)
使用淘宝镜像安装:
cnpm install node-sass --save