node.js - Is this a node-sass version issue?
怪我咯
怪我咯 2017-05-16 13:34:03
0
3
602

I seem to have encountered this before. I haven’t played react for a while. Is it a problem with the node-sass version? What's the problem? React master please help me

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(3)
洪涛

This feels like node-sass was not installed successfully, causing the content under the file to not be found. node-sass seems to need to download something from other places during the final installation. The speed in China is impressive, using the taobao mirror of node-sass

SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/ npm install node-sass

Or, at ~/.npmrc 里面加上 sass_binary_site=https://npm.taobao.org/mirrors/node-sass/

黄舟

Not sure, install it with cnpm and give it a try

曾经蜡笔没有小新

http://www.w2bc.com/article/1...

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template