NODEDC_1C/artifacts/runtime_logs/backend_8795_stdout.log

37 lines
2.9 KiB
Plaintext


> llm-normalizer-backend@0.1.0 start
> node dist/server.js
npm.cmd : node:events:497
строка:1 знак:62
+ ... r\backend'; npm.cmd run start *> 'x:\1C\NDC_1C\artifacts\runtime_logs ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (node:events:497:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::8787
at Server.setupListenHandle [as _listen2] (node:net:1940:16)
at listenInCluster (node:net:1997:12)
at Server.listen (node:net:2102:7)
at Function.listen (X:\1C\NDC_1C\llm_normalizer\backend\node_modules\express\lib\application.js:635:24)
at Object.<anonymous> (X:\1C\NDC_1C\llm_normalizer\backend\dist\server.js:74:9)
at Module._compile (node:internal/modules/cjs/loader:1706:14)
at Object..js (node:internal/modules/cjs/loader:1839:10)
at Module.load (node:internal/modules/cjs/loader:1441:32)
at Function._load (node:internal/modules/cjs/loader:1263:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1976:8)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: 'EADDRINUSE',
errno: -4091,
syscall: 'listen',
address: '::',
port: 8787
}
Node.js v22.20.0