-
Notifications
You must be signed in to change notification settings - Fork 113
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: 11 #323
Comments
thanks @mike-north |
@mike-north I pulled the latets version 0.19.0 and I still get the same error. |
@ivanhueso which version of ember-cli-sass is your project pointing to? |
@mike-north If ember-cli-sass points to 5.3.1 i don't get any errors. |
@dzena you'll run into different problems with ember-cli-sass 5.3.1. That's the correct version of ember-cli-sass to use, due to this unresolved bug |
@mike-north With 5.3.1 ember servers works. What is the right thing to do? Here is my package.json, and with this configuration I get Segmentation fault 11:
|
clear node_modules and try again. It sounds like you're still pulling in the buggy version of libsass |
Hi, I am also having the same issue. After I create a new ember project and install the ember-cli-materialize, do the 'ember s' will have the segmentation fault:
Here is my dependencies:
|
@Oliver-Ren please use the v1 branch for new projects:
|
@dustinfarris I changed the node-sass from v3.4.2 to v3.10.0 and the "segment fault" problem disappeared. I will try the v1 branch later. |
@Oliver-Ren: I was having the exact same issue. Changing node-sass version on package.json, cleaning the modules and running |
Hi,
I just recently clone the latest pushes on master but I still have the same error: I tried with a fresh copy and I got a Segmentation fault: 11.
Best,
Ivan
The text was updated successfully, but these errors were encountered: