-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Segmentation fault with no error message #117
Comments
This is a node-sass issue. This module is a thin wrapper around node-sass. You're welcome to post this issue on the node-sass issue tracker. |
While it's true that the issue doesn't lie within this library, we still should assume responsibility for creating a good experience for consumers whenever possible. The issue here has to do with the version of |
There's a workaround here. I should add this to the README but I'm not at the computer. |
I've added docs for the workaround to ember-cli-sass. |
This is needed to keep the user from getting a seg fault. adopted-ember-addons/ember-cli-sass#117
This is needed to keep the user from getting a seg fault. adopted-ember-addons/ember-cli-sass#117
This is needed to keep the user from getting a seg fault. adopted-ember-addons/ember-cli-sass#117
This is needed to keep the user from getting a seg fault. adopted-ember-addons/ember-cli-sass#117
This is needed to keep the user from getting a seg fault. adopted-ember-addons/ember-cli-sass#117
This appears to have been fixed in libsass 3.3.6. Recent versions of node-sass are using this latest libsass, so we should be able to simply upgrade the node-sass version and this issue will go away. |
Created upstream PR adopted-ember-addons/broccoli-sass-source-maps#20 |
Would love to see a fix here. Part of the problem is that ember-cli 2.5 doesn't treat |
Published v5.4.0 which upgrades node-sass |
Hi, I have the same problem, what is the explicit solution?....I'm use ember cli..... This my devdependencies: "devDependencies": { Thanks! |
@jaider2523 you can get rid of the explicit node-sass dependency now. |
@dustinfarris Oh Man.... Thanks......work fine.... |
I tried to serve my application, but it wouldn't start. After a bit of work we figured out it was a stylesheet. After a bit more work we realized it was regular mistake:
The obvious mistake is the .material-icons is displaced. I did not get an error message saying that, only (on OSx) segmentation fault.
I am running Windows 10.
Screenshot Windows
Screenshot OSx
The text was updated successfully, but these errors were encountered: