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
{{ message }}
This repository was archived by the owner on Aug 4, 2020. It is now read-only.
I might be missing something, but when installing sqlite3 for use in an electron app the module path has "undefined" in the version number. Here's the node-gyp command that aspm ran:
I manually renamed the folder to ../lib/binding/node-v43-darwin-x64 and everything works great, so the build process worked just fine, it's only missing that "43" in the module_path.
I might be missing something, but when installing sqlite3 for use in an electron app the module path has "undefined" in the version number. Here's the node-gyp command that aspm ran:
I manually renamed the folder to
../lib/binding/node-v43-darwin-x64and everything works great, so the build process worked just fine, it's only missing that "43" in the module_path.Thanks!