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

Jitendra Vyas picture Jitendra Vyas · May 19, 2016 · Viewed 73.7k times · Source

Getting this error on Arch Linux with node-sass. I'm using it with gulp-sass.

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

Versions

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

$ npm -v
3.9.0

Node

$ node -v
v6.2.0

Even using this command npm rebuild node-sass is not changing anything.

Answer

Michael Vieth picture Michael Vieth · Jun 8, 2016

run npm rebuild node-sass

or

run sudo npm rebuild node-sass