Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNick B.
Full Stack JavaScript Techdegree Graduate 31,101 PointsAfter navigating to localhost:8080, it asked me to log in...
After I run npm install and start, then I received webpack compiled successfully which is great. However, when I try navigating to localhost:8080 it asked for username and password. Has anybody had this issue?
2 Answers
rydavim
18,814 PointsI use Firefox, and I had more trouble finding potential solutions for Chrome. I would start by making sure that the permissions on your project folder are broad enough, I'd try 755.
There are some pretty in-depth solutions in this StackOverflow thread that you could try as well.
Unfortunately, without being able to reproduce the problem it's somewhat difficult to troubleshoot with the information available. But let me know if you still can't get it working and I'll try doing some more research. Good luck!
Nick B.
Full Stack JavaScript Techdegree Graduate 31,101 Pointsrydavim I use Google Chrome
rydavim
18,814 Pointsrydavim
18,814 PointsIt looks like this could be happening for a couple of different reasons. What web browser are you using?