gigafied / ember-animate

Animations for Ember.js
Other
204 stars 28 forks source link

Ember CLI install issue (`ember generate`) #42

Open mhluska opened 9 years ago

mhluska commented 9 years ago

I get the following error when trying to install via Ember addon:

$ ember install:addon ember-animate
version: 0.2.4

A new version of ember-cli is available (0.2.7). To install it, type ember update.
The specified command install:addon is invalid. For available options, see `ember help`.

Upgrading to Ember CLI 0.2.7 didn't help. The same issue happens.

ryangiglio commented 9 years ago

Same here with ember-cli 1.13.1

Note: the ember install:addon addon-name command has been deprecated in favor of simple ember install addon-name

ryangiglio commented 9 years ago

Follow-up: it seems that even though the error was thrown, it's still install mostly fine. It wasn't being added to bower, but a manual bower install ember-animate --save fixed that and now it's working for me.