question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

libsass bindings not found error on v1.3.1, v1.3.2

See original GitHub issue

I was prevoiusly running gulp-sass 1.2.4(node-sass 1.2.3 dep.) and everything was working perfectly. But I deleted my node_modules folder, and upon npm reinstallation, npm installed gulp-sass 1.3.1(node-sass 2.0.0-beta) as a result of “^1.2.4” in package.json. when i try to compile sass with this version I get the error: “libsass bindings not found. try reinstalling node-sass?”

wordkaround: I simply rolled back to gulp-sass 1.2.4 and its working fine again.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:52 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
joe-watkinscommented, Mar 11, 2015

I same issue and had good luck with npm uninstall --save-dev gulp-sass then npm install --save-dev gulp-sass tnx all!

7reactions
konclavecommented, Jan 26, 2015

something wrong with binding in node-sass package inside gulp-sass. Install node-sass and remove gulp-sass/node_modules/node-sass works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

libsass bindings not found when using node-sass in nodejs
I executed npm i node-sass to install the module, no errors so far. Now the mess starts: If I just open the REPL...
Read more >
`libsass` bindings not found. Try reinstalling `node-sass`?
Hi everyone, I tried to update my node version and things goes wrong. Now I've got this error message : 'libsass' bindings not...
Read more >
node-sass - npm
Node-sass is a library that provides binding for Node.js to libsass, the C version of the popular stylesheet preprocessor, Sass. It allows you ......
Read more >
node-sass | Yarn - Package Manager
We will stop building binaries for unsupported releases, testing for breakages in dependency compatibility, but we will not block installations for those that ......
Read more >
Bug listing with status RESOLVED with resolution TEST ...
... Bug:20371 - "Problem with install, sd_mod missing" status:RESOLVED ... system v1.2" status:RESOLVED resolution:TEST-REQUEST severity:enhancement ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found