When I get to "node Server\Start.js", I get:
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/Users/kupietz/ServerStart.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
BTW I looked at the console.io project you recommend too. It's completely broken, the instructions given do no work at all. Once installed the command to run it returns an error.
When I get to "node Server\Start.js", I get:
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/Users/kupietz/ServerStart.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
BTW I looked at the console.io project you recommend too. It's completely broken, the instructions given do no work at all. Once installed the command to run it returns an error.