작성
·
260
0
[nodemon] 1.19.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: index.js routes C:\choWitter\ch1\back\config/**/* passport C:\choWitter\ch1\back\models/**/* nodemon.json
[nodemon] starting `node index.js`
events.js:183
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE :::3065
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at Server.setupListenHandle [as _listen2] (net.js:1355:14)
at listenInCluster (net.js:1396:12)
at Server.listen (net.js:1480:7)
at Function.listen (C:\choWitter\ch1\back\node_modules\express\lib\application.js:618:24)
at Object.<anonymous> (C:\choWitter\ch1\back\index.js:16:5)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:612:3
[nodemon] app crashed - waiting for file changes before starting...
이게 무슨 에러인가요?
답변 8
0
0
0
비슷한 에러로 많은 질문드려서 죄송해요!
아까의 에러는 해결 했는데
Unhandled rejection SequelizeAccessDeniedError: Access denied for user 'root'@'localhost' (using password: YES)
요 에러가 나와서 다른 질문들 참고해서 mysql5.7 버전 설치했는데도 나오네요?
0
0
0
0
0
이미 기존에 백엔드 서버를 실행하신 후 다시 백엔드 서버를 실행하신 것 같습니다.
해결하는 가장 쉬운 방법은 컴퓨터를 재부팅하는 겁니다. (정확한 해결 방법은 3065 포트를 사용하는 프로세스를 종료하는 겁니다. 윈도우라면 작업관리자에서 노드 프로세스 종료하면 됩니다)
이 에러는 외워두세요.