You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I missing something basic. I'm trying to use leveldown as part of the linvodb3 databae and I am getting a compiled against a different node.js version error. Leveldown was built against NODE_MODULE_VERSION 48, while I'm on version 53.
This Linvodb3/leveldown works on an Electron only app as installed without issues (i.e. no recompiling) so it doesn't seem to an issue with node (v6.94). I've tried npm rebuild, node-gyp, etc but none seem to fix the issue.
The text was updated successfully, but these errors were encountered:
I figured it out and had to rebuild electron to make leveldown work with the current electron version. Found this info about what the problem was searching with different keywords.
A better solution for rebuilding electron is using electron-rebuild as documented here. Running
./node_modules/.bin/electron-rebuild
rebuilds any native modules you have installed. I consider this issue closed
I missing something basic. I'm trying to use leveldown as part of the linvodb3 databae and I am getting a compiled against a different node.js version error. Leveldown was built against NODE_MODULE_VERSION 48, while I'm on version 53.
This Linvodb3/leveldown works on an Electron only app as installed without issues (i.e. no recompiling) so it doesn't seem to an issue with node (v6.94). I've tried npm rebuild, node-gyp, etc but none seem to fix the issue.
The text was updated successfully, but these errors were encountered: