작성
·
161
0
PS C:\Users\min99\Documents\boiler-plate> npm run start
> boiler-plate@1.0.0 start
> node index.js
(node:18000) Warning: Accessing non-existent property 'MongoError' of module exports inside circular dependency(Use `node --trace-warnings ...` to show where the warning was created)
node:events:304
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::3000
at Server.setupListenHandle [as _listen2] (node:net:1286:16)
at listenInCluster (node:net:1334:12)
at Server.listen (node:net:1420:7)
at Function.listen (C:\Users\min99\Documents\boiler-plate\node_modules\express\lib\application.js:618:24)
at Object.<anonymous> (C:\Users\min99\Documents\boiler-plate\index.js:16:5)
at Module._compile (node:internal/modules/cjs/loader:1083:30)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1112:10)
at Module.load (node:internal/modules/cjs/loader:948:32)
at Function.Module._load (node:internal/modules/cjs/loader:789:14)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:72:12)
at node:internal/main/run_main_module:17:47
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1313:8)
at processTicksAndRejections (node:internal/process/task_queues:80:21) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 3000
}
npm ERR! code 1
npm ERR! path C:\Users\min99\Documents\boiler-plate
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c "node index.js"
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\min99\AppData\Local\npm-cache\_logs\2021-03-07T15_59_57_703Z-debug.log
PS C:\Users\min99\Documents\boiler-plate>
이러한 에러가 뜨는데 원인이 무엇인가요?