TGVCBot icon indicating copy to clipboard operation
TGVCBot copied to clipboard

[BUG]

Open SafwanGanz opened this issue 1 year ago • 2 comments

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: [] }

SafwanGanz avatar Jan 28 '23 17:01 SafwanGanz

can you confirm if the dist folder and app.js inside dist exists or not ?

ArnabXD avatar Jan 29 '23 15:01 ArnabXD

can you confirm if the dist folder and app.js inside dist exists or not ?

Yes

SafwanGanz avatar Jan 30 '23 08:01 SafwanGanz