Hmmm - that looks like the same error again!
Does the compiled binary give the same error? If so, then I guess it's an RPC comms thing, if not then I guess it's a nodejs library
I can't run the compiled binary at all. After editing the config, marking as executable and running in terminal I get:
Error: Cannot find module '/snapshot/Cash/node_modules/sqlite3/lib/binding/node-v57-linux-x64/node_sqlite3.node' 1) If you want to compile the package/file into executable, please pay
attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem
(likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath. at Function.Module._resolveFilename (module.js:546:15) at Function.Module.
_resolveFilename (pkg/prelude/bootstrap.js:1287:46) at Function.Module._load (module.js:473:25) at Module.require (module.js:595:17) at Module.require (pkg/prelude/bootstra
p.js:1166:31) at require (internal/module.js:11:18) at Object.<anonymous> (/snapshot/Cash/node_modules/sqlite3/lib/sqlite3.js:4:15) at Module._compile (pkg/prelude/bootstra
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:3124
1) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero