Skip to content
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

[BUGFIX beta] Throw if Ember is in both package.json and bower.json. #15582

Closed
wants to merge 1 commit into from

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 13, 2017

This warning was non-obvious (which one "wins"?), and allows for misconfiguration in config/ember-try.js to seem like you are testing many Ember versions but in reality you are just testing whatever ember-source version you have 😭.

See emberjs/data#5123 for the full sob story...

This warning was non-obvious (which one "wins"?), and allows for
misconfiguration in `config/ember-try.js` to _seem_ like you are testing
many Ember versions but in reality you are just testing whatever
`ember-source` version you have 😭.
@rwjblue rwjblue force-pushed the hard-error-for-ember-bower branch from 003733c to f58d176 Compare August 14, 2017 13:49
@Turbo87
Copy link
Member

Turbo87 commented Oct 27, 2017

this sounds like it has implications for ember-try with versionCompatibility because that will always use bower deps but does not set ember-source: null by default yet

@rwjblue
Copy link
Member Author

rwjblue commented Oct 27, 2017

Ya, good point @Turbo87 we should fix that...

@mmun
Copy link
Member

mmun commented Feb 21, 2018

@rwjblue Should this be closed or is there something we can salvage?

@rwjblue
Copy link
Member Author

rwjblue commented Feb 21, 2018

No, now that bower is not a viable option we don’t need this any longer.

@rwjblue rwjblue closed this Feb 21, 2018
@mmun mmun deleted the hard-error-for-ember-bower branch February 21, 2018 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants