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 trialHamayon Hussain
9,392 PointsMy server is running but I dont see anything on the localhost. Is anyone having the same issue?
I followed all the steps and installed the required NPM packages but my server runs but my local host gives me this errors This page isnβt working localhost sent an invalid response. ERR_INVALID_REDIRECT.
Can anyone suggest anything?
1 Answer
Miguel Barra
6,855 Pointsthere is a bug, it seems only affect to Windows. You should install a lower version of http-server, 0.9.0 works.
npm install -g http-server@0.9.0