-
Notifications
You must be signed in to change notification settings - Fork 48
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
eyeglass-exports: segmentation fault / abort trap #194
Comments
Adding
Adding |
Hi @jamesarosen, our tests are passing with those versions of node/node-sass. Can you submit a PR for a failing test case or provide steps to reproduce without your code/app in the mix? |
I haven't totally narrowed it down yet, but [email protected] seems to have something to do with it.
|
[email protected] depends on I've run |
I don't know where So it seems the problem is related to having two conflicting sets of C symbols in the VM. I'm not sure how to force npm to blow up if it can't resolve a single version of |
I started a conversation in the npm community to find out if it's possible to force resolution to a single version or check whether there are conflicting versions. |
I read through #69 and #74, which seem to be the closest to this, but I don't think are the same.
My setup
I'm including that in an ember app with
When I run
ember build
, it fails withIf I upgrade to [email protected], it instead fails with
The text was updated successfully, but these errors were encountered: