ember-pop-over icon indicating copy to clipboard operation
ember-pop-over copied to clipboard

Generator is not working on Ember 2.13

Open tmeloliveira opened this issue 8 years ago • 5 comments

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`

tmeloliveira avatar May 10 '17 19:05 tmeloliveira

Hmm- will check this out. Thanks for the report.

tim-evans avatar May 11 '17 15:05 tim-evans

Same problem here

sales avatar May 11 '17 20:05 sales

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

lone-cloud avatar Jan 11 '18 23:01 lone-cloud

Sorry all, I'm a little behind on some of my addons 😢

tim-evans avatar Jan 12 '18 03:01 tim-evans

simple work around: after ember install just run from the project dir ember g ember-pop-over whatever

Works great with Ember 3.0

arkadiyk avatar Mar 12 '18 02:03 arkadiyk