Node: error”something already running on port”

less than 1 minute read

solution

  sudo lsof -i tcp:4444
  kill -9 11676

Categories:

Updated: