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

Error: Could not find module ember-qunit #265

Closed
wellington1993 opened this issue Apr 10, 2017 · 2 comments
Closed

Error: Could not find module ember-qunit #265

wellington1993 opened this issue Apr 10, 2017 · 2 comments

Comments

@wellington1993
Copy link

Hi,

I got this messages when I runned the 'ember test --serve':

Global error: SyntaxError: Use of reserved word 'import' at http://localhost:7357/assets/test-support.js, line 6800

Global error: Error: Could not find module `ember-qunit` imported from `my_project/tests/test-helper` at http://localhost:7357/assets/vendor.js, line 233
    
SyntaxError: Use of reserved word 'import' at http://localhost:7357/assets/test-support.js, line 6800
Error: Could not find module `ember-qunit` imported from `my_project/tests/test-helper` at http://localhost:7357/assets/vendor.js, line 233

Someone know what it is?
My versions:

ember-cli: 2.12.1
http_parser: 2.7.0
node: 4.7.2
v8: 4.5.103.43
uv: 1.9.1
zlib: 1.2.8
ares: 1.10.1-DEV
icu: 57.1
modules: 46
openssl: 1.0.2g
os: linux x64
4.4.4

Sorry my poor English and Thanks.

@trentmwillis
Copy link
Member

A reproduction of your issue would help us debug. In general, module load failures could be caused by a myriad of issues, so without a reproduction it is unlikely we'll be able to provide much help.

@wellington1993
Copy link
Author

@trentmwillis Thanks. I solved this problem with new ember init to update my dependencies versions.
After this update the problem not occurred any more.

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

2 participants