-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It's not written anywhere and there's no instructions on what to do in case someone's missing them. I helped myself but thought it's worth mentioning
node:fs:1562
const result = binding.readdir(
^
Error: ENOENT: no such file or directory, scandir './public/arenas'
at Object.readdirSync (node:fs:1562:26)
at loadArenas (/root/src/arenas.js:45:20)
at Object.<anonymous> (/root/src/arenas.js:92:10)
at Module._compile (node:internal/modules/cjs/loader:1734:14)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Module._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at Module.require (node:internal/modules/cjs/loader:1491:12) {
errno: -2,
code: 'ENOENT',
syscall: 'scandir',
path: './public/arenas'
}
Node.js v24.2.0Metadata
Metadata
Assignees
Labels
No labels