I'm trying to get nexe working with a node program that uses sqlite3. When I try I get this at runtime:
package.json must declare these properties:
binary.module_name
binary.module_path
binary.host
and I've read everything I can on the web - I've found plenty of articles that say node-pre-gyp is not supported, some that say you've gotta create some mysterious .node file, in fact many use sqlite3 as an example - but nothing that gives me the slightest clue as to how to actually get it working.
I tried installing sqlite with --build-from-source, which was an ordeal all by itself, but that did nothing. Can anyone explain exactly how to get nexe working with sqlite3.