-
Notifications
You must be signed in to change notification settings - Fork 381
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
iojs and gulp-sass #175
Comments
The stack trace points to plugins.sass(includePaths: [
"#{ __dirname }/bower_components/bootstrap-sass-official/assets/stylesheets"
"#{ __dirname }/stylesheets/mixins"
]) |
node-sass (for which gulp-sass is a wrapper) does not yet support io.js. sass/node-sass#627 |
Ah that makes sense. Thank you. |
compatible with io.js is interesting |
Latest version of gulp-sass refused to work with |
@benjamindean Could you elaborate on "refused to work with" ? |
@dlmanning Well, there is, probably, a bug in installation script of It's looking for linux-x64-node-{node_version}/binding.node file. The latest available is, obviously, linux-x64-node-0.12/binding.node. That's why I have to install I am using |
I think this issue should be reopened. |
@benjamindean @rstacruz Problem is I can't replicate this error, so it's looking to me like a local configuration thing. Are you able to install node-sass on its own? |
OSX Mavericks here with iojs 1.3.0 — it seems node-sass 2.x doesn't install on iojs. however, the newer node-sass 3.0.x is fine.
installing gulp-sass:
|
@dlmanning Here is the latest node-sass-binaries, which contains |
Something's broken, and I'm not sure what. I think it's
gulp-sass
but it could be something else entirely. If you have a moment to give this stack trace a look, I'd really appreciate it, thank you.The package builds correctly, but the the task fails.
The text was updated successfully, but these errors were encountered: