In ember-cli 0.2.3 ember install:addon command was removed

In ember cli 0.2.3 ember install:addon was removed and replaced with just ember install.

Everyone please update your documentation.

This also means that “ember install” used to install ember, but now it doesn’t.

This was a big headache for us last night. We had the build scripted via capistrano and it just stopped working. Short term fix was to change the ember-cli version in package.json from “^0.2.0” to “0.2.0”.

Integrating Ember into a stable Rails environment gives us periodic reminders that npm has a ways to go.

And yet it’s marked [ENHANCEMENT] rather than [BREAKING ENHANCEMENT] in the changelog.

1 Like