WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.46k stars 396 forks source link

NODE_MODULE_VERSION with latest nodejs #1035

Closed rayzorben closed 1 year ago

rayzorben commented 1 year ago

Getting the infamous error below, and I don't know how to solve it. Looks like i am 1 small version ahead. I removed node_modules completely and did an npm install to try to resolve.

image

Idered commented 1 year ago

@rayzorben how did you solve this?

rayzorben commented 1 year ago

@rayzorben how did you solve this?

I installed node-gyp and electron-rebuild, delete the whole node_modules directory, did an npm install and then ran it and it worked.