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

Nothing loads when I run ember serve -lrp 49200 [with-solution] #2

Closed
batwell31 opened this issue Jul 6, 2018 · 2 comments
Closed

Comments

@batwell31
Copy link

Many of you may have experienced the same thing, and maybe some of you haven't. For me when I clone the repo, and run npm install as well as bower install everything goes as planned. At least that's what I thought at first. After running ember serve -lrp 49200 the live reload issue is at least fixed, but none of the instructions are loaded on the screen!

I actually experienced this issue on the last quiz, and discovered the solution to this problem: udacity/FEF-Quiz-Ember-Nested-Routes#1

It's really simple, and all you have to do is add "ember-inflector": "2.2.0", to your package.json file, and follow up with npm install. Then run the project with ember serve -lrp 49200, and you should see the instructions! Hope this helps!

@chrismb008
Copy link

Yes, this is the solution! It works for me too. Thanks a lot!

@ivanjankovic
Copy link

Thanks. Took me around 3 hours to find out the solution to this issue, after numerous installs, github downloads etc.. The instructions are located at http://localhost:4200/ and the test page is http://localhost:4200/tests?nojshint&filter=Quiz . I can't believe there is novaone at Udacity that can fix this.

@hbkwong hbkwong closed this as completed Nov 27, 2018
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

No branches or pull requests

4 participants