Closed AD7six closed 13 years ago
Hmm would this mean they must run the node server.js
command from within the directory where the server is located?
As opposed to node now/examples/someexample/server.js
?
no, the ../ is relative to the file, not the cwd.
does that work :D I didn't know - I would always cd to the working dir for the project
Thanks AD7six
using require("now") assumes users have installed now via npm -g. that may not be the case, and if you checkout from github this will mean the examples are not using the rest of the git checked-out code