-
-
Notifications
You must be signed in to change notification settings - Fork 154
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 ember-qunit
#277
Comments
Can you please share a reproduction of your issue? My guess would be that the library you're including is breaking something which causes the module definition to not be parsed in the browser which would make it appear to be undefined. |
I don't know how do i share it with you. But you can create one ember project, Install cropper js by bower install cropperjs --save |
I have resolved the issue by moving cropperjs from bower to npm. |
Hi, I am trying to run tests in my Ember application.
It works fine until I add cropperjs to my ember-cli-build.js file. Once i add this line
app.import('bower_components/cropperjs/dist/cropper.js');
It gives Could not find module ember-qunit
https://github.com/fengyuanchen/cropperjs
The text was updated successfully, but these errors were encountered: