lamabiker / atom-ember-cli-helper

Ember CLI integration for the Atom editor
https://atom.io/packages/ember-cli-helper
MIT License
26 stars 13 forks source link

generators are not showing #19

Closed blackode closed 8 years ago

blackode commented 9 years ago

the generator types like route controller etc not showing

zaccharles commented 8 years ago

Which OS are you using @johncodesigns? I'm guessing Windows?

BryanHunt commented 8 years ago

I just started having the same problem on OS X. Here is the error from the console:

Error: There was a problem reading the generator options(…) /Users/bhunt/.atom/packages/ember-cli-helper/lib/generator-list-view.coffee:95 Uncaught (in promise)

mariusandra commented 8 years ago

@johncodesigns this probably means that ember-cli-helper was not able to find your ember project. I have added a visible error message for these cases.

@BryanHunt do you still get the error with v0.9.4?

mariusandra commented 8 years ago

I did a few more changes (more verbose errors) and pushed out v0.9.6.

Closing for now and will reopen if more issues are found.