Skip to content

Instantly share code, notes, and snippets.

@isabellachen
Last active January 4, 2018 16:36
Show Gist options
  • Save isabellachen/495af39d62fbacdda5a2b1d899b5980f to your computer and use it in GitHub Desktop.
Save isabellachen/495af39d62fbacdda5a2b1d899b5980f to your computer and use it in GitHub Desktop.
Kill terminal process running on port 3000 - for error EADDRINUSE
sudo lsof -i :3000

kill -9 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment