We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In README Exampl App section, the line about installing and starting the app with ember serve is wrong:
ember serve
git clone https://github.com/simplabs/ember-simple-auth.git cd ember-simple-auth yarn install && ember serve
and raises the error:
You should CD into packages/test-app before running ember serve command:
packages/test-app
➜ 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) ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In README Exampl App section, the line about installing and starting the app with
ember serve
is wrong:and raises the error:
You should CD into
packages/test-app
before runningember serve
command:The text was updated successfully, but these errors were encountered: