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 #33

Open
xtagon opened this issue Nov 28, 2018 · 4 comments
Open

Uncaught Error: Could not find module ember #33

xtagon opened this issue Nov 28, 2018 · 4 comments

Comments

@xtagon
Copy link

xtagon commented Nov 28, 2018

Hi, I am using this library in an Ember 2.18 app, and I'm trying to upgrade to Ember 3.5. On 3.5, the following error prints in the JS console and the app won't load:

loader.js:247 Uncaught Error: Could not find module `ember` imported from `ember-data-has-many-query/mixins/model`
    at missingModule (loader.js:247)
    at findModule (loader.js:258)
    at Module.findDeps (loader.js:168)
    at findModule (loader.js:262)
    at Module.findDeps (loader.js:168)
    at findModule (loader.js:262)
    at Module.findDeps (loader.js:168)
    at findModule (loader.js:262)
    at Module.findDeps (loader.js:168)
    at findModule (loader.js:262)

Is ember-data-has-many-query not compatible with Ember 3.5?

@jtrees
Copy link

jtrees commented Dec 7, 2018

I'm also getting this on Ember 3.4.

@xtagon
Copy link
Author

xtagon commented Dec 7, 2018

Does the library just need to be updated to use the new module syntax?

@arthur5005
Copy link
Contributor

Getting this too. Any movement?

@xtagon
Copy link
Author

xtagon commented Mar 26, 2019

As far as I can tell this is fixed in 0.3.0

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

3 participants