Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depends on leveldown that fails to build #6

Open
xloem opened this issue Apr 12, 2019 · 1 comment
Open

depends on leveldown that fails to build #6

xloem opened this issue Apr 12, 2019 · 1 comment

Comments

@xloem
Copy link

xloem commented Apr 12, 2019

When I attempt to install level-dump, it tries to install leveldown 1.7.2, which fails to build for me:

  CXX(target) Release/obj.target/leveldown/src/batch.o
In file included from ../../../../nan/nan.h:192:0,
                 from ../src/batch.cc:3:
../../../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe<bool> Nan::ForceSet(v8::Local<v8::Object>, v8::Local<v8::Value>, v8::Local<v8::Value>, v8::PropertyAttribute)’:
../../../../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);

leveldown@5.0.1 installs fine, however.

@xloem
Copy link
Author

xloem commented Apr 12, 2019

(EDIT: i tried incrementally updating things, but the app won't process my db afterwards despite building, so maybe i did something wrong)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant