搞不明白的错误,请指导
#949
Replies: 1 comment 1 reply
-
8081 端口被其他程序占用了。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
INFO: (app) HTTP Server running @ http://0.0.0.0:8080
node:events:491
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::8081
at Server.setupListenHandle [as _listen2] (node:net:1485:16)
at listenInCluster (node:net:1533:12)
at Server.listen (node:net:1621:7)
at C:\server-enhanced\precompiled\app.js:1687:99
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1512:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 8081
}
Beta Was this translation helpful? Give feedback.
All reactions