Skip to content

Instantly share code, notes, and snippets.

@raphaellarrinaga
Last active March 5, 2018 19:42
Embed
What would you like to do?
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