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
I managed to solve this issue using the command below.
npm audit fix - Worked for me
npm audit fix
I tried - Didn't work for me
sudo npm rebuild node-sass
Then I tried - Didn't work for me
npm uninstall --save-dev node-sass
and
npm install --save-dev node-sass