0. 设置npm淘宝镜像源
npm config set registry http://registry.npm.taobao.org/
查看当前镜像源地址
npm get registry
1. 卸载node-sass
npm uninstall node-sass
2. 清空缓存
npm cache clear --force
3. 安装node-sass
npm install node-sass -D
4. 安装其他依赖
npm install
0. 设置npm淘宝镜像源
npm config set registry http://registry.npm.taobao.org/
查看当前镜像源地址
npm get registry
1. 卸载node-sass
npm uninstall node-sass
2. 清空缓存
npm cache clear --force
3. 安装node-sass
npm install node-sass -D
4. 安装其他依赖
npm install