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

Uncaught Error: Could not find module ember-resolver imported from AppName/resolver #93

Open
GottfridL opened this issue Nov 15, 2017 · 4 comments

Comments

@GottfridL
Copy link

I simply ran "ember install ember-z-schema" and tried to run the application. Then I got this error.
Does this module work at all?

@notmessenger
Copy link
Contributor

What version of Ember CLI are you using in your app?

@GottfridL
Copy link
Author

I am currently using 2.16.2. This seems to be the problem as for issue #89 "_is not defined". I get both errors and when downgrading to ember-z-schema 2.2.2 it works fine. In my application we still have some other bower dependencies.

@notmessenger
Copy link
Contributor

I'm glad we have discovered what the issue is, but yeah, unfortunately we have only upgraded to Ember CLI 2.12.3 at this point. The difference between Ember CLI 2.12.3 and 2.13.0 is the switch from Babel 5 to 6 and it has introduced these types of incompatibilities between the versions, in that any Ember (CLI) code >= 2.13.0 will likely have issues consuming addons <= 2.12.3 as well as the other scenario of Ember (CLI) code <= 2.12.3 attempting to consume addons >= 2.13.0.

@notmessenger
Copy link
Contributor

Regarding why we haven't upgraded yet: Upgrading to Ember CLI >= 2.13.0 does not pose a problem with anything Ember-related but it does pose a problem within our (Ciena) organization because we have a lot of inter-dependencies between our repositories which requires coordination in the upgrades, which is mostly manageable, but then we also have some applications that have not moved to Ember CLI >= 2.13.0 yet. We are trying to determine the best path to manage this moving forward (upgrade the apps, maintain two branches of each repository, other ideas, etc) and once we have we will proceed with upgrading all of our repos.

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

No branches or pull requests

2 participants