better-sqlite3 Native Module Support
Posted by user_dw22h3 in discord-bots.
I'm hosting a Node.js Discord bot on Wispbyte that uses the better sqlite3 package. The server installs all dependencies successfully, but during installation I receive the following warning: When the bot starts, it crashes with: This indicates that the native binary for better sqlite3 was never built because its install script was blocked. Could you please let me know: Does Wispbyte support better sqlite3? Are native install scripts (node gyp rebuild / prebuild install) blocked by default? If so, how can I approve or enable install scripts for better sqlite3? Is there a recommended Node.js version (e.g. Node 22 LTS) for running better sqlite3 on your platform? Any guidance would be appreciated, as the bot cannot start without the native bindings being built. Thank you!