1.遇到的问题(npm install 时遇到的报错提示)
![](https://img.haomeiwen.com/i5158891/410bcc4b57d3ff5d.png)
2. 解决方式
1. npm install -g cnpm --registry=https://registry.npm.taobao.org
2. cnpm install node-sass
参考网页链接:https://developer.aliyun.com/mirror/NPM?from=tnpm
3. 小思考
- 什么是 node-sass
Node-sass是一个库,它将Node.js绑定到LibSass(流行样式表预处理器Sass的C版本)。
网友评论