Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lolmaus opened this issue Mar 11, 2015 · 7 comments
Closed

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

lolmaus opened this issue Mar 11, 2015 · 7 comments

Comments

@lolmaus
Copy link

lolmaus commented Mar 11, 2015

Hi.

I'm receiving this when trying to run my project:

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

I've seen this fixed but it still doesn't work for me.

I seem to be running latest versions that should include the fix:

"broccoli-sass": "^0.4.0",
"node-sass": "^3.0.0-pre",

The problem happens on Node 0.12.0 and io.js 1.5.1. Everything works fine on Node 0.10, but 0.10 is no longer supported by Ember CLI, which i depend on.

🚑

@simonexmachina
Copy link
Collaborator

You will need to re-install node-sass when switching node/iojs versions, because the binary needs to be recompiled.

@lolmaus
Copy link
Author

lolmaus commented Mar 12, 2015

@aexmachina, every time i switched node/iojs versions, i did:

rm -rf node_modules/
npm cache clean
npm install --verbose

@jemgold
Copy link

jemgold commented Mar 12, 2015

Yeah this is still broken for me - tried just about every version of node & io; only thing that works is using node-sass@3.0.0-pre. Can't get 2.0.x running at all.

@joliss
Copy link
Owner

joliss commented Mar 12, 2015

Possibly the same as #51.

@escobera
Copy link

Is there a way to force node-sass version without forking this project?

@joliss
Copy link
Owner

joliss commented Mar 12, 2015

I just pushed v0.6.0, which depends on node-sass 3.0.0-pre. Let me know if this solves it please!

@lolmaus
Copy link
Author

lolmaus commented Mar 14, 2015

I've just tried this:

nvm use iojs
rm -rf node_modules
npm cache clean
npm install --save-dev broccoli-sass@0.6.0
npm install

I confirm that my app starts fine and i no longer see the "libsass bindings not found" error.

Thank you, @joliss, you rock!

@lolmaus lolmaus closed this as completed Mar 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants