I have the Adapt Author running on a Linux server that I cannot run node server
against as it restarts itself when I attempt to kill it. Giving me listen EADDRINUSE :::5000
when I try.
Is there anyway to tap into the current running node's console output so that I can debug an error in the app?
I understand I can get the process PID using ps aux | grep node
.