ember-pop-over
ember-pop-over copied to clipboard
Generator is not working on Ember 2.13
I'm getting the following error when running ember install ember-pop-over:
The `ember generate <entity-name>` command requires an entity name to be specified. For more details, use `ember help`.
Also, flow.js file is not generated. I tried creating it manually, but got the following error on Chrome console:
Uncaught Error: Could not find module `my-project/flows` imported from `my-project/initializers/pop-over`
Hmm- will check this out. Thanks for the report.
Same problem here
I'm on 2.17.1 and am still seeing the same issue. Also http://tim-evans.github.io/ember-pop-over/ doesn't work
Sorry all, I'm a little behind on some of my addons 😢
simple work around: after ember install just run from the project dir
ember g ember-pop-over whatever
Works great with Ember 3.0