Find and kill process locking specific port on Mac
Problem: Sometimes when you start a local node.js server, it may be stuck running at the background. When you try to start the server again, you will hit error saying that the port (for example 8080) is already is in used and locked:
throw er; // Unh...
victorleungtw.hashnode.dev1 min read