im still getting it Error: The module '/home/container/node_modules/rex.db/node_modules/better-sqlite3/build/Release/better_sqlite3.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 64. This version of Node.js requires NODE_MODULE_VERSION 72. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or `npm install`).
and i have this
"name": "dogbot",
"main": "src/index.js",
"scripts": {
"test": "node src/error.js",
"start": "node src/index.js"
},
"engines": {
"node": "^12.x"
},
"dependencies": {
bunch of stuff, with a few more stuff
}
}








π

