npx kill-port 3000 8080 4200
netstat -ano | findstr :3000 tskill typeyourPIDhere
for linux $ lsof -i tcp:3000 $ kill -9 PID the first command should give you the PID number to enter in the second command as PID.