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
I am trying to run an app in fork mode on windows 10 with Node 7.2.0, PM2 2.1.6
Following is the error log:
child_process.js:70
p.open(fd);
^
Error: EBADF: bad file descriptor, uv_pipe_open
at Object.exports._forkChild (child_process.js:70:5)
at Object.setupChannel (internal/process.js:240:8)
at startup (bootstrap_node.js:49:16)
at bootstrap_node.js:497:3
What could be wrong?
The text was updated successfully, but these errors were encountered:
I am trying to run an app in fork mode on windows 10 with Node 7.2.0, PM2 2.1.6
Following is the error log:
What could be wrong?
The text was updated successfully, but these errors were encountered: