kill local host code example
Example 1: kill local host bash
npx kill-port 8080
Example 2: close all localhost connections
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F
npx kill-port 8080
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F