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
npm install or npm rebuild node-sass
fixes the problems
please refer: https://github.com/sass/node-sass/issues/1764