Node Sass does not yet support your current environment: Linux 64-bit with false
问题 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. 回答1: run npm rebuild node-sass or run sudo npm rebuild node-sass 回答2: in some cases you need to uninstall and install node-sass library. Try: npm