Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[README] Wrong use of ember serve command #2250

Closed
belgoros opened this issue Oct 22, 2020 · 0 comments · Fixed by #2252
Closed

[README] Wrong use of ember serve command #2250

belgoros opened this issue Oct 22, 2020 · 0 comments · Fixed by #2252

Comments

@belgoros
Copy link

In README Exampl App section, the line about installing and starting the app with ember serve is wrong:

git clone https://github.com/simplabs/ember-simple-auth.git
cd ember-simple-auth
yarn install && ember serve

and raises the error:
Screenshot 2020-10-22 at 11 12 42

You should CD into packages/test-app before running ember serve command:

➜  ember-simple-auth git:(master) cd packages/test-app 
➜  test-app git:(master) ember s
...
Build successful (16411ms) – Serving on http://localhost:4200/



Slowest Nodes (totalTime => 5% )              | Total (avg)         
----------------------------------------------+---------------------
Babel: ember-bootstrap (1)                    | 3015ms              
Babel: @ember/test-helpers (2)                | 1712ms (856 ms)     
Babel: ember-test-helpers (2)                 | 1463ms (731 ms)     
Babel: @ember-data/store (2)                  | 909ms (454 ms)      
ember-auto-import-analyzer (5)                | 824ms (164 ms)   
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant