Cannot see console output Permanently deleted user Created November 14, 2018 15:55 I just install the Webstorm, and download the node.js, but I cannot see the console output at least it should show server is noe running, right?
You don't pass any file to node.js. Please choose your test1.js as Javascript file: in your run configuration.
But your code won't work anyway, you need to move http.createServer() call out of onRequest():