Create Emberjs 2.0 project

I did npm install ember-cli Then ember new project

But checking bower json it has emberjs 1.13.x not the latest. Why is that? How do I tell emberjs cli to generate 2.0 instead?

follow the ember guides and do a npm install -g ember-cli@2.2.0-beta.6.

1 Like