Como matar a porta nodejs
npx kill-port 3000
Jittery Jackal
npx kill-port 3000
sudo pkill node
taskkill /f /im node.exe
lsof -i :3000
kill -9 <PID>