Horje
how to stop port 3000 in windows Code Example
how to close port 3000 running
### For Linux/Mac OS search (sudo) run this in the terminal:
$ lsof -i tcp:3000
$ kill -9 PID

### On Windows:
netstat -ano | findstr :3000
tskill typeyourPIDhere 

### change tskill for taskkill in git bash
how to stop port 3000 in windows
npx kill-port 8080




Shell

Related
restart apache Code Example restart apache Code Example
zsh compinit: insecure directories, run compaudit for list. Code Example zsh compinit: insecure directories, run compaudit for list. Code Example
Amazon Linux 2 AMI install docker Code Example Amazon Linux 2 AMI install docker Code Example
kill a process on a port ubuntu Code Example kill a process on a port ubuntu Code Example
how to remove an apt repository Code Example how to remove an apt repository Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12