Skip to content

Instantly share code, notes, and snippets.

@muratgozel
Created September 2, 2017 21:57
Show Gist options
  • Save muratgozel/3c4221f892e14b481a8896e441db3cf2 to your computer and use it in GitHub Desktop.
Save muratgozel/3c4221f892e14b481a8896e441db3cf2 to your computer and use it in GitHub Desktop.
Find and kill that process that cause "address already in use" error on mac
lsof -i :[PORT]  
kill -9 [PID]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment