I'm trying to get node.js to run a sample script I've created. I'm using Windows. mysamplescript.js
is in the same folder as the node.js executable. When I type in
node mysamplescript.js
I get ...
returned on the next line. The docs for node aren't exactly stellar. Am I missing something?