Node.js – Error ‘console’ is undefined

I just installed Node.js on a new system and wanted to make sure it worked. I tested it with a simple hello world script. Contents of the node.js file console.log(“Hello node”); Then I attempted to run it: C:\>node node.js Which produced the following error: Script: C:\node.js Line: 1 Char: 1 Error: ‘console’ is undefined Code: … Continue reading Node.js – Error ‘console’ is undefined