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 fal
Error I was getting, Module "build failed: Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (72)".
First, tried:
npm rebuild node-sass
nothing helpful, then tried
sudo npm install --unsafe-perm -g node-sass
Worked like a charm