@the_lar wrote:
I’m just starting to have a play with EmberJS and Firebase, and I’m trying to follow along with the quickstart here: https://github.com/firebase/emberfire/blob/master/docs/quickstart.md
When I use the command
ember install emberfire@next
in myapp
directory I get the following output:npm: Installed emberfire@next installing emberfire The `ember generate <entity-name>` command requires an entity name to be specified. For more details, use `ember help`.
I tried breaking the install down into two parts as per this post How to `ember install` for a package that is npm linked? [resolved]
npm install —save emberfire ember generate emberfire
But the last command resulted in this errror
The `ember generate <entity-name>` command requires an entity name to be specified. For more details, use `ember help`.
However when I used the command
ember generate emberfire test
it seemed to work and gave this:installing emberfire create app/adapters/application.js install package firebase install addon ember-auto-import npm: Installed ember-auto-import Installed addon package. npm: Installed firebase@^5.1.0
To be honest, I don’t really know what I’m doing - why did the initial command not work and what is the
@next
bit all about?
Posts: 2
Participants: 1