Skip to content

Instantly share code, notes, and snippets.

@pradeepsng30
Last active December 8, 2019 10:29
Show Gist options
  • Save pradeepsng30/ebc653fb16ffdc6f96f7be238010fb5f to your computer and use it in GitHub Desktop.
Save pradeepsng30/ebc653fb16ffdc6f96f7be238010fb5f to your computer and use it in GitHub Desktop.

kill process at port 8000

kill -9 $(lsof -ti:8000) kill -9 $(lsof -ti:8000,8443)

kill all node processs

killall node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment