if it can be useful, on linux you can find which process is using a port (in this case 3000) you can use:
lsof -i :3000
it’ll return the pid too
if it can be useful, on linux you can find which process is using a port (in this case 3000) you can use:
lsof -i :3000
it’ll return the pid too