Skip to content

Instantly share code, notes, and snippets.

@usrbowe
Created May 23, 2019 04:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save usrbowe/7657229f9683dbf115533b2d712407ab to your computer and use it in GitHub Desktop.
Save usrbowe/7657229f9683dbf115533b2d712407ab to your computer and use it in GitHub Desktop.
Kill background running packager for React Native
# Find process running with port 8081 and later kill it.
# Tested on Mac OSx (should work on all unix based os as well)
kill $(lsof -t -i :8081)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment