We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 imported from ember-time-machine/proxies/object
ember
ember-time-machine/proxies/object
Not sure what's going on here, but after installing and importing (import TimeMachine from 'ember-time-machine';), I'm seeing the above error.
import TimeMachine from 'ember-time-machine';
I am using ember-auto-import FWIW>
ember-auto-import
EDIT: This is due to missing bower dependencies.
The text was updated successfully, but these errors were encountered:
Update object.js
31606fc
Addresses offirgolan#124 by using the new modules
No branches or pull requests
Not sure what's going on here, but after installing and importing (
import TimeMachine from 'ember-time-machine';
), I'm seeing the above error.I am using
ember-auto-import
FWIW>EDIT:
This is due to missing bower dependencies.
The text was updated successfully, but these errors were encountered: