-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver-dev.log
More file actions
27 lines (23 loc) · 913 Bytes
/
Copy pathserver-dev.log
File metadata and controls
27 lines (23 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
> @apps/server@ dev C:\Users\chill\Desktop\altpatch\apps\server
> tsx watch src/index.ts
[altpatch-server] listening on http://127.0.0.1:7331
[altpatch-server] projectRoot=C:\Users\chill\Desktop\altpatch\apps\server
22:09:48 [tsx] change in ./src\index.ts Restarting...
cnode:events:502
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use 127.0.0.1:7331
at Server.setupListenHandle [as _listen2] (node:net:1908:16)
at listenInCluster (node:net:1965:12)
at doListen (node:net:2139:7)
at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1944:8)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '127.0.0.1',
port: 7331
}
Node.js v20.19.2