1.遇到的問(wèn)題(npm install 時(shí)遇到的報(bào)錯(cuò)提示)
2. 解決方式
1. npm install -g cnpm --registry=https://registry.npm.taobao.org
2. cnpm install node-sass
參考網(wǎng)頁(yè)鏈接:https://developer.aliyun.com/mirror/NPM?from=tnpm
3. 小思考
- 什么是 node-sass
Node-sass是一個(gè)庫(kù)换况,它將Node.js綁定到LibSass(流行樣式表預(yù)處理器Sass的C版本)。
參考學(xué)習(xí)鏈接: https://m.html.cn/qa/node-js/10763.html