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)