-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Comments
I'm seeing the same thing running 1.13.6, with Ember 1.13.7 and ED 1.13.8 |
same here |
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. |
Absolutely! Thanks for your amazing and super-helpful work! |
@mminkoff, can you try v1.3.7 and see if this fixes the issue for you. I think it does, but want to verify. |
looks all clear here @danielspaniel - thanks! |
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 from
ember-data-factory-guy/factory-guy@ 1 ms Source: Error: Could not find module
active-model-adapterimported from
ember-data-factory-guy/factory-guyat 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)
The text was updated successfully, but these errors were encountered: