Skip to content

Instantly share code, notes, and snippets.

@raphaellarrinaga
Last active March 5, 2018 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raphaellarrinaga/320260f0aa064cd09c2072e9c01319b6 to your computer and use it in GitHub Desktop.
Save raphaellarrinaga/320260f0aa064cd09c2072e9c01319b6 to your computer and use it in GitHub Desktop.
Livereload: Occupied port Issue

Livereload: Fix occupied port issue

List all Listening tasks

$ lsof | grep LISTEN

Run this command to kill the process by port

$ kill -9 $(lsof -t -i :35729)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment