libsass bindings not found when using node-sass in nodejs

If you’re using node 4.x or later then you need to reinstall gulp-sass with:

npm uninstall --save-dev gulp-sass
npm install --save-dev gulp-sass@2

Leave a Comment