-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
I have installed iojs v1.0.1 , but when I run gulp, it broken. #373
Comments
You installed gulp-sass, which loads node-sass. It downloads a pre-compiled bottle for your operating system that is compiled against an incompatible version of node. Beware that most (or nearly all, that is) native modules are broken at this time, because the V8-API of io.js changed dramatically compared to node 0.10 / 0.12. If you inherently depend on gulp-sass, you'll have to use node 0.10 / 0.11 for the time being. Request for closing this issue. |
ok, thank you. I see. |
Ok, thank you . I see. |
Cross-linking sass/node-sass#563 |
This is my new gulpfile:
it shows:
The text was updated successfully, but these errors were encountered: