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

Could not find ember-resolver/utils/module-registry #1

Open
edborden opened this issue Dec 14, 2015 · 3 comments
Open

Could not find ember-resolver/utils/module-registry #1

edborden opened this issue Dec 14, 2015 · 3 comments

Comments

@edborden
Copy link

ember-cli 1.13.13
ember 2.2.0

at http://localhost:7357/assets/test-support.js:7385: Could not
find module `ember-resolver/utils/module-registry` imported from `ember-cli-test
-model-waiter/instance-initializers/test-model-waiter`
@gabrielgrant
Copy link
Owner

Hey, thanks for the report. These are the versions I was using when writing this module so I'm having trouble reproducing this. Would you mind including an example of the code that triggers the error?

@gabrielgrant
Copy link
Owner

Oh, and looks like you mentioned in FirebaseExtended/emberfire#312 that you were able to hack around this issue but ran into others. Mind expanding on the solution and other problems?

Thanks!

@edborden
Copy link
Author

I hacked around this by just removing the reference to the module-registry in your initializer and using a fixed/test array of model names.
The issue was from import ModuleRegistry from 'ember-resolver/utils/module-registry';
This addon looks like its using Ember 1.13.7 and Ember-CLI 1.13.8 ?

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