-
-
Notifications
You must be signed in to change notification settings - Fork 58
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-try fails with default addon app + ember-cli-sass #126
Comments
Also, please let me know if this issue should be opened within the ember-cli project. It seemed like maybe an issue with ember-try, but let me know if it belongs in that repo instead. |
Hmm. Seems like an issue with node-sass and/or ember-cli-sass (haven't really done much debugging on it yet though). |
@blimmer What happens if you just run |
@kategengler It works without problems without ember-try: commit: passing build: |
Still looking into this, but for reference: |
Strange, yes I'm seeing the same thing. Repro steps if others are curious:
|
I think this is an upstream issue with yarn: yarnpkg/yarn#3485 |
Looks like a fix has been merged in yarn. |
Confirmed that 0.27.0 fixes the issue. To fix the issue, I had to explicitly install that version in CI until this is a stable release. |
With a brand new addon blueprint from ember-cli 2.13.2, ember-try fails with this exception:
I noticed this on my project, ember-appboy with this PR: blimmer/ember-appboy#42
So I tried it with the default blueprint and experienced the same issue.
Proof of bad build:
https://travis-ci.org/blimmer/ember-cli-example-app-for-github/builds/234425340
Code:
https://github.com/blimmer/ember-cli-example-app-for-github/tree/bug/show-issue-with-nodesass
blimmer/ember-cli-example-app-for-github@e4dad0a
Version info:
Repro steps:
The text was updated successfully, but these errors were encountered: