TGVCBot
TGVCBot copied to clipboard
[BUG]
root@bots:~/nko# npm run start
[email protected] start node dist/app.js
node:internal/modules/cjs/loader:959 throw err; ^
Error: Cannot find module '/root/nko/dist/app.js' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15) at Function.Module._load (node:internal/modules/cjs/loader:804:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
can you confirm if the dist
folder and app.js
inside dist
exists or not ?
can you confirm if the
dist
folder andapp.js
insidedist
exists or not ?
Yes