How to kill a port in mac, Linux or windows? – Solved

How to kill a port in mac, Linux or windows? – Solved

There are several approaches to kill a port. I found a command that is very simple and easy to remember that works in any operating system.

All you need is to have npm installed on your computer.

If npm is installed on your computer already then just run following command:

npx kill-port 3000

If you want to kill multiple ports then you can use following commands:

npx kill-port 3000 3001 3002