Fixed and changes

This commit is contained in:
Akshay Kolli
2026-02-08 03:03:53 -05:00
parent 3f72118348
commit dd1a2ea200
13 changed files with 1948 additions and 125 deletions

23
monitor.log Normal file
View File

@@ -0,0 +1,23 @@
nohup: ignoring input
node:internal/modules/cjs/loader:1137
throw err;
^
Error: Cannot find module 'sqlite'
Require stack:
- /home/akkolli/projects/webserver/admin_dash/monitor.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1134:15)
at Module._load (node:internal/modules/cjs/loader:975:27)
at Module.require (node:internal/modules/cjs/loader:1225:19)
at require (node:internal/modules/helpers:177:18)
at Object.<anonymous> (/home/akkolli/projects/webserver/admin_dash/monitor.js:2:18)
at Module._compile (node:internal/modules/cjs/loader:1356:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1414:10)
at Module.load (node:internal/modules/cjs/loader:1197:32)
at Module._load (node:internal/modules/cjs/loader:1013:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/akkolli/projects/webserver/admin_dash/monitor.js' ]
}
Node.js v18.19.1