강의

멘토링

커뮤니티

Inflearn Community Q&A

jss09040780's profile image
jss09040780

asked

Node and React series that you can learn by following - Creating a movie site

Movie App Series #4 Creating a Landing Page (1) (Learn React Node by Following)

포트문제 (npm run dev 햇을때의 문제)

Written on

·

410

0

[0] node:events:505

[0]       throw er; // Unhandled 'error' event

[0]       ^

[0] 

[0] Error: listen EADDRINUSE: address already in use :::5000

 

라는 에러가떠서 5000포트를 닫으려고  kill - 9 pid숫자

를했는데요, 해당 포트가 사라지고 또 다른 포트가 열려서 같은 에러가 반복됩니다. 해결할 수 있는 방법이 있을까요?

포트웹앱nodejsreactexpressmongodb

Answer

This question is waiting for answers
Be the first to answer!
jss09040780's profile image
jss09040780

asked

Ask a question