[Error]Port 8080 is already in use !오류와 해결방법🛠
·
Programming
💁🏻 (맥북 기준) Terminal 창에서 8080 포트를 찾는다. lsof -i tcp:8080 8080포트를 죽인다. kill $(lsof -t -i:8080)