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
It is not possible to use @nano-sql/adapter-rocksdb with Node v12. It is maybe because nodev12 needs rocksdb v4 but this package has a dependency of a lower version.
make: *** [leveldown.target.mk:121: Release/obj.target/leveldown/src/batch.o] Error 1
make: Leaving directory '/home/~/node-gyp-test/node_modules/@nano-sql/adapter-rocksdb/node_modules/rocksdb/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/home/~/.nvm/versions/node/v12.16.2/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:310:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
gyp ERR! System Linux 5.3.0-46-generic
gyp ERR!command"/home/~/.nvm/versions/node/v12.16.2/bin/node""/home/~/.nvm/versions/node/v12.16.2/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js""rebuild"
gyp ERR! cwd /home/~/node-gyp-test/node_modules/@nano-sql/adapter-rocksdb/node_modules/rocksdb
gyp ERR! node -v v12.16.2
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR![email protected] install: `prebuild-install || node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/~/.npm/_logs/2020-04-18T22_45_02_384Z-debug.log
Expected behavior
Successful install without error
Which version are you using?
NodeJS: v12
Describe the bug
It is not possible to use @nano-sql/adapter-rocksdb with Node v12. It is maybe because nodev12 needs rocksdb v4 but this package has a dependency of a lower version.
Expected behavior
Successful install without error
Example
The text was updated successfully, but these errors were encountered: