-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
7.26.7 breaks an addon build #424
Comments
When using version On page load (with 7.26.7):
On running tests (with 7.26.7):
|
@JoseLawrence the error you pasted is #429 |
@dknutsen - I think the issue (assuming I've understood it) is that ember-data version is older, you need 3.28.4 (or higher) I think. Alternatively, you could force it's broccoli-rollup version to be newer via yarn resolutions. |
@dknutsen Is this issue still relevant? |
Probably not. I think we used a yarn resolution and are working on updating everything anyway so you can probably close this. Thank you! |
Thanks for confirming! Going to close then for now. |
We've got a "shared junk" addon and this morning it started breaking during build step in all ember-try scenarios (e.g. works fine with yarn.lock in the regular test run, but breaks while running with ember-try because of
--no-lockfile
). I tracked it down to this release and pinning to 7.26.6 seems to work ok.The error message is vague, not really sure where to start with this one:
The text was updated successfully, but these errors were encountered: