rbiggs / Node-Express-Example--Products

This is a sample app using Node, Connect, Express, Jade, Stylus, file upload, sessions, encryption and authentication.
8 stars 6 forks source link

failed to locate view "index", tried #1

Open ghost opened 9 years ago

ghost commented 9 years ago

/views/index.jade /views/index/index.jade /views/../index/index.jade

what?????

rbiggs commented 9 years ago

The file is located at /views/index.jade However, you'll probably need to update the file /views/layout.jade, first line: "!!! 5" by changing that to doctype htm That said, this is a fairly old and out of date repository. Expressjs has moved on. Express 4 requires a complete rewrite for this to work. I just haven't had the time yet to do it, but it is on my todo list.