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

Add descriptive error message when running ember-cli < 0.2.0 #13

Merged
merged 1 commit into from
Apr 25, 2015

Conversation

amedrz
Copy link

@amedrz amedrz commented Apr 25, 2015

Was getting an ambiguous error Missing template processor when trying to boot my server after installing this add-on and had a hard time figuring out why. Turns out I'm using ember-cli 0.1.15 and need to upgrade.

@hhff
Copy link
Collaborator

hhff commented Apr 25, 2015

Oh nice! What's the error that gets logged?

@amedrz
Copy link
Author

amedrz commented Apr 25, 2015

Before this commit was:

Missing template processor

After this commit is:

The addon ember-infinity requires an Ember CLI version of 0.2.0 or above, but you are running 0.1.15

@hhff
Copy link
Collaborator

hhff commented Apr 25, 2015

thankyou @amedrz ! Will release when I action #10, should be pretty straight forward.

hhff added a commit that referenced this pull request Apr 25, 2015
Add descriptive error message when running ember-cli < 0.2.0
@hhff hhff merged commit 8dafd87 into adopted-ember-addons:master Apr 25, 2015
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

Successfully merging this pull request may close these issues.

2 participants