-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error when installed into an app running v2.14.1 of Ember #474
Comments
This seems like a possible lead, especially with the fix that was implemented - ember-cli/ember-cli-mocha#182 Specifically that it may not be an "obvious" reason. |
The problem is due to a mismatch in the versions of |
Is this fixed? I'm trying to update |
@dguayrobotiq This has not yet been fixed. ciena-blueplanet/ember-prop-types#158 (comment) provides more insight into the reason it has not been and when we are planning to do so. |
@notmessenger If I understand it correctly, If I want to upgrade to |
According to https://emberjs.com/blog/2017/04/29/ember-2-13-released.html
Which reads to me as if the transition from Babel 5 to Babel 6 should have never caused an issue (other than needing to change the version of We have not been able to determine whether others are experiencing similar issues (with apps and other addons (not ours)) or if enough projects moved forward around the time this switch over occurred that it didn't really manifest itself. We have not seen any conversation in the community about the difficulties we have been experiencing so it is possible that this is a problem of our own making but we have not been able to determine what the issue is which would then allow us to do so piecemeal rather than having to do all at once (we have around 75 addons and dozens of apps). To say that this is impacting us, and by extension others such as yourself, is an understatement. We began having meetings this past week to figure out our game plan and we are going to dedicate some time to specifically digging into this problem and re-creating it as a smaller scale so we can involve the community at large in discovering a solution (besides just upgrading everything which is our ultimate desired end goal). |
STEPS TO REPLICATE
[email protected]
ember new testApp
ember install ember-frost-core
ember s
and receive this error:The text was updated successfully, but these errors were encountered: