-
Notifications
You must be signed in to change notification settings - Fork 342
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 when using iojs
#436
Comments
getting this same error (Mac OSX) |
Same here. |
Same error here. Workaround: Remove array items var processors = exports.processors = {
"html": ["jade", "ejs", "md"],
"css" : ["styl", "less"],
"js" : ["coffee"]
} BTW: The terraform repository is at https://github.com/sintaxi/terraform. |
There is a branch that updates the I installed it with:
Related pull request: sintaxi/terraform#94 |
Any update on this? I just got hit by it too. |
Working on it now. Released new terraform this morning. New release of harp is imminent. |
When I try to use harp from the REPL or from the terminal I get an error about libsass.
As a workaround can you disable Sass if you are not using it?
The text was updated successfully, but these errors were encountered: