I\'m starting with ember. I followed the Getting Started guide at emberjs.com and managed to create a new ember application by running the following commands:
This is a bug due to a new version of jQuery which ember is not yet able to handle. For now you can change the following line in your bower.json
file. Then run bower install
and it should work.
"jquery": "^1.11.3",
to
"jquery": "1.11.3",
A new version of ember.js is imminent which should fix this.