renovate[bot] on dev
chore(dependencies): update dev… (compare)
renovate[bot] on dev
chore(development dependencies)… (compare)
stencila-ci on v0.54.0
stencila-ci on master
chore(release): 0.54.0 [skip ci… (compare)
nokome on master
chore(development dependencies)… fix(Plugins): Get latest manife… Merge remote-tracking branch 'o… and 4 more (compare)
renovate[bot] on dev
chore(dependencies): update dev… (compare)
finlay@triage-lab:~$ nixster --help
pkg/prelude/bootstrap.js:1185
throw error;
^
Error: Cannot find module '../build/better_sqlite3.node'
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
at Function.Module._resolveFilename (pkg/prelude/bootstrap.js:1287:46)
at Function.Module._load (internal/modules/cjs/loader.js:506:25)
at Module.require (internal/modules/cjs/loader.js:635:17)
at Module.require (pkg/prelude/bootstrap.js:1166:31)
at require (internal/modules/cjs/helpers.js:22:18)
at Object.<anonymous> (/snapshot/nixster/node_modules/better-sqlite3/lib/database.js:5:21)
at Module._compile (pkg/prelude/bootstrap.js:1261:22)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:710:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
-rwxr-xr-x 1 finlay finlay 56M May 16 10:45 /usr/local/bin/nixster
This is what I get:
> ls .local/bin/node_modules
better-sqlite3/ integer/ node-pty/
Those modules (which have native binaries) are unpacked when you first run the nixster
binary (we need to put them in a better place)