-
Error: listen EADDRINUSE: address already in use :::5000Concern & Opinion 2023. 1. 28. 20:28반응형
"typescript express + mongoose를 연결하던 중 already in use 5000... 이라는 에러문구가 나왔다.
당연히 나는 사용하지 않는 포트인데 이게 왜 나왔는지 찾아보았다.
잘 정리를 해준 분의 글을 볼 수 있었는데, 각설하고... 맥북 업데이트를 하면서 나타난 에러라고 생각되어진다.
이를 해결하기 위해서는 "셋팅" -> "공유" -> "에어플레이"에 들어가서 모든 토글을 off 시켜주면 된다.
이후 서버를 다시 재가동 시켜보면 잘 작동하는 것을 볼 수 있을 것이다.
I'm using a macbook pro intel version.When I try to connect typescript express with mongoose, the error was popped that "address already in use 5000".
Ofcourse I'm not using that port right now.
So I was search about that. And the reason was mac update problem.
Long stroy short, you should go to "setting" ->"share" then you can see Airplay toggles.
Turn that off all.
and try to restart your server.
that will be work!
@crayonzgrim
반응형'Concern & Opinion' 카테고리의 다른 글
neovim(nvim)에서 Lazyvim으로 전환하기! (2) 2023.11.21 프론트엔드 개발자의 맥북 셋팅 (neovim & tmux) (0) 2023.02.09 Firebase Error "Missing or insufficient permissions." 해결방법 (0) 2022.12.01 vim(neovim) editor를 사용하는 이유 (0) 2022.08.29 [토이프로젝트] #1 에듀도로(EDUDORO) (0) 2021.10.15