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
Hi, I'm trying to install Scull, but it doesn't seem to compile leveldown on my system, so I checked its version and noticed this module is using an older version (^1.4.6). gist of npm install log
I'm not sure if these errors tell anything useful at all.
621: leveldown.target.mk:113: recipe for target 'Release/obj.target/leveldown/src/batch.o' failed
625: gyp ERR! stack Error: make failed with exit code: 2
I attempted to install [email protected] which installs just fine, but is not compatible as all tests just fail with spectacular errors.
information about my system:
windows 10 build 17134.48 using Windows Subsystem for Linux
node version: 10.1.0
npm version: 5.6.0
can the levelup and leveldown packages be updated?
The text was updated successfully, but these errors were encountered:
I've tried to install on different devices, different OS.
it appears [email protected] can not compile on any system running node10.
because of:
../node_modules/nan/nan_maybe_43_inl.h:112:15: error: 'class v8::Object' has no member named 'ForceSet'
return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
^~~~~~~~
Ok, we should definitely add more recent versions of Node to the unit testing. Thanks for the additional information on leveldown. Nonetheless we should have a look at the dependencies. I expect you are working w/ latest release which isn't quite uptodate with our internal development progress. We are still fighting to get development ready for next release, but as with the original libskiff resilience tests are still failing too often ...
Just tell us if updating dependencies in current release would help you nonetheless.
Hi, I'm trying to install Scull, but it doesn't seem to compile leveldown on my system, so I checked its version and noticed this module is using an older version (^1.4.6). gist of npm install log
I'm not sure if these errors tell anything useful at all.
621: leveldown.target.mk:113: recipe for target 'Release/obj.target/leveldown/src/batch.o' failed
625: gyp ERR! stack Error:
make
failed with exit code: 2I attempted to install [email protected] which installs just fine, but is not compatible as all tests just fail with spectacular errors.
information about my system:
can the levelup and leveldown packages be updated?
The text was updated successfully, but these errors were encountered: