-
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
Cannot install under ember-cli 0.2.0 #13
Comments
It sounds like a general problem of node-sass 1.* with node >= 0.12: sass/node-sass#653 You should open a ticket on https://github.com/aexmachina/ember-cli-sass Temporarily you can downgrade node to 0.10. |
I've also seen the jquery issue but don't run into the sass issue seen here with 0.2.0. The project should probably be upgraded from the 0.2.0 beta version of ember cli to 0.2.0. WDYT? |
I will do in the next days. |
@sgasser check out the comment on the linked issue. It seems like the dependency on ember-cli-sass needs to be simply bumped... |
Thanks! Update solves the problem |
When I run
ember install:addon ember-cli-materialize
in a newly created ember 0.2.0 project.The first problem encountered is jQuery incompatibility:
Afterwards, no matter what I choose:
The text was updated successfully, but these errors were encountered: