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

Suggest changing message to upgrade ember-cli-loader from 1.0.0 to 0.2.2 #109

Closed
alanwong22 opened this issue Mar 22, 2016 · 2 comments
Closed

Comments

@alanwong22
Copy link

Our Ember test resulted in the following error to upgrade to ember-cli-loader to 1.0.0

not ok 1 PhantomJS 2.1 - global failure --- actual: > null message: > Error: You must upgrade your version of ember-cli-test-loader to 1.0.0 to use this version of ember-cli-qunit Log: | ...

Which caused this after the upgrade:

Build failed. ENOENT, no such file or directory '/.../tmp/funnel-input_base_path-Vp2y8Sjt.tmp/0/bower_components/ember-cli-test-loader/test-loader.js' Error: ENOENT, no such file or directory '/.../tmp/funnel-input_base_path-Vp2y8Sjt.tmp/0/bower_components/ember-cli-test-loader/test-loader.js'

It turns out that the Current Release version of ember-cli-loader is actually 0.2.2. Downgrading the version fixed the test suite.

System Info:
ember version: 1.13.8
node: 0.12.4
npm: 2.13.4
os: darwin x64

@trentmwillis
Copy link
Member

@alanwong22 I just opened a PR (#112) to fix this by not needing to upgrade at all. Does that seem reasonable?

@rwjblue
Copy link
Member

rwjblue commented Mar 26, 2016

Fixed by #112.

@rwjblue rwjblue closed this as completed Mar 26, 2016
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

3 participants