neoxpert

Results 69 comments of neoxpert

Looking through the build logs I just found those lines for the Windows and Ubuntu builds: **Windows line 855 + 856** ` prebuild info build Preparing to prebuild [email protected] for...

No, you can't ignore that. Something in your build environment / project seems to be incorrect. Looks like the node-abi module resolved is not up to date.

Afaik it might be required to unpack the native modules before handing everything over to the notarize service. How to configure this depends on the tools you are using for...

Even if deno would run npm packages, like bindings, correctly, I doubt that it can load native modules compiled for NodeJS.

Which prebuilt binary did you download? Also note that Bun still does not support the full Node API which may lead to issues anyway [support overview](https://github.com/oven-sh/bun/issues/158).

Do you have some example code prepared that will run all of this within a _native_ sqlite3 context (executable)? Have you tried narrowing down the issue by reducing the implementation...

Please give more information. Which versions of NodeJS and better-sqlite3 are you using? In the end it does not matter if you install a project in the global context to...

Electron by itself does not mess up paths. It does not know about the lifecycle, packaging and special cases of each individual app using it. You have to make the...

Did you clean up the node_modules folder? Node Module Version 116 belongs to Electron 25 / 26, not 24. Due to a shortcoming in how prebuild handles the node module...

Well if you still get the error ` node_modules/better-sqlite3/build/Release/better_sqlite3.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 108. This version of Node.js requires NODE_MODULE_VERSION 116. ` something on your...