Hi there I'm running through the angular phonecat tutorial but I'm stuck already on step-0 with the node.js http server returning 404's for /app/index.html
I do have other http servers installed on this box (Win7 Pro), but they aren't even running and I don't think I installed any of these as services either.
Where should I start looking to debug?
Here's the output so far:
C:\Users\S>node C:\Users\S\angular-phonecat\scripts\web-server.js
Http Server running at http://localhost:8000/
GET /app/index.html Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1636.2 Safari/537.36
404 Not Found: /app/index.html
GET /favicon.ico Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1636.2 Safari/537.36
404 Not Found: /favicon.ico
GET /app/index.html Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1636.2 Safari/537.36
404 Not Found: /app/index.html
angular-phonecat
directory – Kamrul Sep 24 '13 at 22:07