You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a known libsass issue, users of ember-cli-sass will currently get segfaults when using node.js 0.12
The fix for this is to NOT use node-sass ~3.5.0. While acknowledging that the root cause of the problem does not lie with this library, I suggest changing the constraint in your package.json to ~3.4.2 or something, to prevent users from having a bad experience.
The text was updated successfully, but these errors were encountered:
Due to a known libsass issue, users of ember-cli-sass will currently get segfaults when using node.js 0.12
The fix for this is to NOT use node-sass ~3.5.0. While acknowledging that the root cause of the problem does not lie with this library, I suggest changing the constraint in your package.json to
~3.4.2
or something, to prevent users from having a bad experience.The text was updated successfully, but these errors were encountered: