I installed Nginx and Node.js in my server.
When I try run my node.js file, I get an error:
node.js:201 throw e; // process.nextTick error, or \'e
For me , i had the same error , and when i check my configuration , i found that host=127.0.0.0 which raises error because it should be 127.0.0.1 instead of 127.0.0.0
host=127.0.0.0
127.0.0.1
127.0.0.0