Closed jackmatt2 closed 9 years ago
Thanks for reporting this @jackmatt2. What scenario did you run this against with ember try? Or did you just run ember test
?
In regards to:
Could not find module "ember-cli-app-version/initializer-factory" imported from "myproject/initializers/app-version"
Why would this error go away when you uninstall ember-cli-g-maps? Seems more plausible that this could be related to a known issue with Ember-cli such as: ember-cli/ember-cli#4669.
@Matt-Jensen it happens when I run ember-test
. I have no idea why removing ember-cli-g-maps fixes the issue but it does.
So are you suggesting that I might need to update to ember-data.model-fragments@v0.4.0? I looked in both the ember-cli
and ember-data
package.json
but cound not find it.
ah, sorry I am way off. I am not using ember-data-model-fragments
. Still a little unsure what the resolution is.
I'm not able to reproduce this on a fresh Ember-cli install w/ initializer test generated. Used ember test
and didn't have any conflicts.
If you can ensure that ember-cli-app-version/initializer-factory
is importing correctly and some steps to reproduce, I can help debug this further.
OK, will try to reproduce in a demo of some sort.
The addon is working fine but it seems to be wrecking my acceptance tests.
If I remove
"ember-cli-g-maps": "0.3.2"
from my code the tests start working again.