Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am running http://docs.angularjs.org/tutorial/step_00 on my windows machine

It was working fine till yesterday. Today it is giving following error

404 Not Found: /app/index.html

share|improve this question

1 Answer 1

up vote 0 down vote accepted

if I run node script/web-server.js or cd into script and run node web-server.js instead of just ./web-server.js, node exits with an error that it cannot find the file web-server.js

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.