On Nov 19, 2013, at 10:48, Nols Smit <[email protected]> wrote: > I downloaded and installed node.js > > Following the instructions in nodebeginner by Manuel Kiessling: > > I created a text file named helloworld.js containing one line: > console.log("Hello World"); > > After saving it in the folder "D:\My Documents\Node.js\Hello world", I opened > the console application Node.js > > I then typed: node helloworld.js and got the following response: > ...
Open a command prompt (not the node program). Then type “node helloworld.js”. Or perhaps on Windows you have to use “node.exe helloworld.js”; I’m not sure. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
