Skip to content

Instantly share code, notes, and snippets.

@shanecp
Created March 12, 2016 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanecp/570cd9a400b803596665 to your computer and use it in GitHub Desktop.
Save shanecp/570cd9a400b803596665 to your computer and use it in GitHub Desktop.
Error: `libsass` bindings not found. Try reinstalling `node-sass`?

Error: libsass bindings not found. Try reinstalling node-sass?

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

or try deleting node_modules and running npm install again. The cause of this is a conflict between node + npm + node-sass + gulp-sass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment