dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.57k stars 381 forks source link

“Node Sass does not yet support your current environment: Linux 64-bit with false" #496

Closed jitendravyas closed 8 years ago

jitendravyas commented 8 years ago

Getting this error on Arch Linux.

$ gulp -v
[19:43:15] CLI version 3.9.1
[19:43:15] Local version 3.9.1

$ npm -v
3.9.0
xzyfer commented 8 years ago

Arch and Alpine Linux distributions are currently not compatible with the precompiled node-sass Linux binaries. You can compile them locally with

npm rebuild node-sass
jitendravyas commented 8 years ago

@xzyfer I have already tried npm rebuild node-sass before posting here. Getting same error even after running that.

rochdev commented 8 years ago

@xzyfer Is there any plan to support Alpine Linux and if so is there a timeline for when it will be? I'd rather use the precompiled binaries to keep my docker image lightweight.

xzyfer commented 8 years ago

@rochdev this is something we would like to do but we need help from the community - see https://github.com/sass/node-sass/issues/1589

birdspider commented 8 years ago

@jitendravyas - ran into the same problem today - oddly enough npm remove node-sass and npm install node-sass fixed it for me (for now)