Ember CLI is a normal npm package. To update it we have to uninstall it and then install the version we want.
As of writing this post the latest version is 2.13.2. From the command line run:
npm uninstall -g ember-cli
npm cache clean
bower cache clean
npm install -g
[email protected]
To verif...