Adress already in use

I cant seem to edit my project anymore! I get this error in the logs:

Its likely from the project’s web server didn’t shut down properly and the project thinks it has, so is trying to restart it.

Either wait for the forcible restart (at a minimum every 12 hours) or kill the process from the console:

ps aux
kill 123

Where 123 is the PID of the process, named something like node server.js