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
forever bin\www works normally. But I can't terminate it. ctrl+c asks about "Terminate batch job (Y/N)? Y", but node.exe process isn't terminated. Specifically, forever bin\www spawns 2 (two) node.exe processes, and sequential execution throws Error: listen EADDRINUSE at me.
Tried cmd.exe, powershell.exe, same result. Forever is v0.14.1
The text was updated successfully, but these errors were encountered:
forever bin\www
works normally. But I can't terminate it.ctrl+c
asks about "Terminate batch job (Y/N)? Y", butnode.exe
process isn't terminated. Specifically,forever bin\www
spawns 2 (two)node.exe
processes, and sequential execution throwsError: listen EADDRINUSE
at me.Tried cmd.exe, powershell.exe, same result. Forever is
v0.14.1
The text was updated successfully, but these errors were encountered: