Files
App-Estoque-LiberiKids/server-dev.log
2025-11-29 21:31:52 -03:00

37 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
> liberi-kids-estoque@1.0.0 dev
> nodemon server-supabase.js
[nodemon] 3.1.10
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,cjs,json
[nodemon] starting `node server-supabase.js`
node:events:497
throw er; // Unhandled 'error' event
^
Error: listen EPERM: operation not permitted 0.0.0.0:5050
at Server.setupListenHandle [as _listen2] (node:net:1918:21)
at listenInCluster (node:net:1997:12)
at Server.listen (node:net:2102:7)
at Function.listen (/home/tiago/Downloads/app_estoque/node_modules/express/lib/application.js:635:24)
at Object.<anonymous> (/home/tiago/Downloads/app_estoque/server-supabase.js:3794:5)
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: 'EPERM',
errno: -1,
syscall: 'listen',
address: '0.0.0.0',
port: 5050
}
Node.js v22.19.0
[nodemon] app crashed - waiting for file changes before starting...