-
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
ember-cli-sass 3.3.0 is broken #289
Comments
@Trendy except others won't do that -- it should be fixed if this project is properly maintained... |
@robbyoconnor I completely agree. #286 should fix this issue and should probably be merged @mike-north. |
@mike-north: I know you're busy with other priorities but this one hung me up several times and it's definitely hanging others up. Could you please merge this one when you get a moment? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ember-cli-sass 3.3.0 tries to use an older version of node-sass that doesn't build properly on Linux.
Upgrading to ember-cli-sass 5.x.x seems to fix the issue for me, and still works as expected.
Should we upgrade the ember-cli-sass version to 5.4.0?
Errors on install:
That results in the following when I run
ember server
:Work around
You can get around this by manually specifying which version of ember-cli-sass should be installed in your package.json file:
npm install --save-dev ember-cli-sass@latest
The text was updated successfully, but these errors were encountered: