-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Node sass fails to install (io.js 3.0.0 / osx) #1086
Comments
I have the same issue
|
Same error. Ubuntu 15.04, io.js 3.1.0 |
Ditto. OS X 10.10; io.js 3.1.0; node-gyp 3.1.0 |
This is #1053, currently fixed in git master and under testing for a release. |
Same problem in PostCSS benchmark. |
@saper latest |
@saper latest `node-sass` still falls :)
Try git master.
|
It still appears to be failing:
|
This is because #1054 is not released yet. |
Is there an ETA on that release? |
This will likely ship in the AM AEST (approx 14hrs.). |
+1 to get updates. thanks |
@xzyfer thanks for the update, I look forward to the release 👍 |
Reopening this because we've had to pull the v3.3.x release due a segfault issue when used with fsevent (#1107). |
If you desperately need iojs v3 support you can use the beta tag, but we caution against this.
|
@xzyfer commented on Aug 26, 2015, 9:58 AM EDT:
So far, I haven't run into any issues; but I'll be sure to report them (I'm using this via broccoli). |
@xzyfer any info when 3.3.1+ will be available in npm as stable (not as |
We need to check why fsevents/fsevents#82 occurs in conjunction with node-sass 3.3.0 |
@puzrin there's not estimate yet. We're having an incompatiblity with Subscribe to #1107 and fsevents/fsevents#82 for updates on the situation. |
No prob. I have broken travis tests in |
Yes, we're purely blocked on fsevents at the moment. You can enable iojs for specific versions in travis like do https://github.com/sass/node-sass/blob/master/.travis.yml#L7-L13 Just remove |
Please note that installing |
Fixed in v3.3.2. |
There was an issue with the package that prevented it from compilation on OSX, see: sass/node-sass#1086
update gcc(4.6+). |
node-sass seems to throw a bunch or node-gyp errors while installing on io.js 3.0.0 on osx.
I see multiple errors like:
/Users/teel/.node-gyp/3.0.0/deps/v8/include/v8.h:221:5: error: assigning to 'v8::Function *volatile' from incompatible type 'v8::Value *'
The text was updated successfully, but these errors were encountered: