Heim > Fragen und Antworten > Hauptteil
Ich habe das anscheinend schon eine Weile nicht mehr gespielt. Ist es ein Problem mit der Node-Sass-Version? Gibt es immer noch ein Problem? React Master kann mir helfen
PHP中文网2017-05-16 13:36:03
这个感觉像是 node-sass 没有安装成功,导致找不到文件下面的内容,node-sass 好像在最后安装的时候需要从其他地方下载一个东西,国内速度感人,用 node-sass 的 taobao 镜像
SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/ npm install node-sass
或者,在 ~/.npmrc
里面加上 sass_binary_site=https://npm.taobao.org/mirrors/node-sass/