sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

libsass binding not found #234

Closed jesus-crysist closed 9 years ago

jesus-crysist commented 9 years ago

I'm trying to run grunt-sass in my project but I get following message:

> Loading "sass.js" tasks...ERROR
>> Error: `libsass` bindings not found in /**/node_modules/grunt-sass/node_modules/node-sass/vendor/linux-x64-14/binding.node. Try reinstalling `node-sass`?

When I go to _node_modules/grunt-sass/nodemodules/node-sass/vendor/ I can find only linux-x64-11 folder with binding.node inside.

kevva commented 9 years ago

Issues with the output should be reported on the libsass issue tracker.