If you are trying to start a server on a specific port and get an error saying the port is already in use, you can type “ps ax” in a bash terminal to get a list of process running. In this case I looked for the node processes. Then you simply type “kill” + the PID number.