You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net.js:1490
throw new Error('Invalid listen argument: ' + util.inspect(options));
^
Error: Invalid listen argument: { port: null }
at Server.listen (net.js:1490:9)
at new RoundRobinHandle (internal/cluster/round_robin_handle.js:23:17)
at queryServer (internal/cluster/master.js:288:29)
at Worker.onmessage (internal/cluster/master.js:244:5)
at ChildProcess.onInternalMessage (internal/cluster/utils.js:42:8)
at emitTwo (events.js:130:20)
at ChildProcess.emit (events.js:213:7)
at emit (internal/child_process.js:774:12)
at _combinedTickCallback (internal/process/next_tick.js:141:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Passing http server instance to worker not working anymore on node v8.5.0, but works on v6.11.3
main.js
subprocess.js