본문 바로가기

카테고리 없음

Something is already running on port 3000. react 에러 대처법

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