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 module active-model-adapter #120

Closed
mminkoff opened this issue Aug 11, 2015 · 6 comments
Closed

Could not find module active-model-adapter #120

mminkoff opened this issue Aug 11, 2015 · 6 comments

Comments

@mminkoff
Copy link
Contributor

I tried upgrading to 1.13.6 but now my tests fail. I'm on Ember 1.13.7, ED 1.13.8, and Ember-cli 1.13.8.

Here's what I'm seeing:

Died on test #1 at Object.TestLoader.moduleLoadFailure (http://localhost:4200/assets/test-support.js:6638:11) at Object.TestLoader.require (http://localhost:4200/assets/test-loader.js:31:14) at Object.TestLoader.loadModules (http://localhost:4200/assets/test-loader.js:21:18) at Function.TestLoader.load (http://localhost:4200/assets/test-loader.js:40:24) at http://localhost:4200/assets/test-support.js:6647:16: Could not find module active-model-adapterimported fromember-data-factory-guy/factory-guy@ 1 ms Source: Error: Could not find module active-model-adapterimported fromember-data-factory-guy/factory-guy at requireFrom (http://localhost:4200/assets/vendor.js:119:13) at reify (http://localhost:4200/assets/vendor.js:106:22) at mod.state (http://localhost:4200/assets/vendor.js:149:17) at tryFinally (http://localhost:4200/assets/vendor.js:30:14) at requireModule (http://localhost:4200/assets/vendor.js:148:5) at requireFrom (http://localhost:4200/assets/vendor.js:121:12) at reify (http://localhost:4200/assets/vendor.js:106:22) at mod.state (http://localhost:4200/assets/vendor.js:149:17) at tryFinally (http://localhost:4200/assets/vendor.js:30:14) at requireModule (http://localhost:4200/assets/vendor.js:148:5)

@visoft
Copy link
Contributor

visoft commented Aug 12, 2015

I'm seeing the same thing running 1.13.6, with Ember 1.13.7 and ED 1.13.8

@kostyl
Copy link

kostyl commented Aug 12, 2015

same here

@danielspaniel
Copy link
Collaborator

hmm .. yeah .. that is a bummer .. I think what happened was in v1.3.6 ( which was created from merged PR ) the active-model-adapter was included in package.json ( of ember-data-factory-guy) so it's not really imported by npm when you install factory guy, which means I kind of messed that up.
Give me a few days to work that out and use v1.3.5 till I get that sorted out.

@mminkoff
Copy link
Contributor Author

Absolutely! Thanks for your amazing and super-helpful work!

danielspaniel added a commit that referenced this issue Aug 17, 2015
@danielspaniel
Copy link
Collaborator

@mminkoff, can you try v1.3.7 and see if this fixes the issue for you. I think it does, but want to verify.

@mminkoff
Copy link
Contributor Author

looks all clear here @danielspaniel - thanks!

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

4 participants