Sorry, noob here.
In the Install tutorial, i was at the npm install command when it just stopped doing requests. I opened another terminal window, did the node index.js command and I get this error:
module.js:340
throw err;
^
Error: Cannot find module '/Users/Max/index.js'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
Any help?