Exercise Tracker Challenge Issue With Port Not Closing On Crash

Hi,

Everytime my code crashes I get this error:
"
Error: listen EADDRINUSE: address already in use :::3000
"

I’m then forced to kill the process manually.

This is a huge time waste. Does anyone know how I can avoid this? I am using linux and I don’t recall having this issue with previous challenges.

Regards,

If your using nodemon and your running into this annoying problem: Error: listen EADDRINUSE: address already in use :::3000 Closing the port manually isn’t a good solution. https://github.com/visionmedia/supertest/issues/568… node_modules find nodemon/monitor/run. and change killedAfterChange = true;

Nevermind… no longer works. lol

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.