maticnetwork / dagger.js

Simple library to connect with dagger server and manage subscriptions for Ethereum Blockchain.
https://matic.network/dagger
MIT License
218 stars 42 forks source link

Node v10.7.0 - install/build error #8

Open shahbhavir opened 6 years ago

shahbhavir commented 6 years ago

Issue description:

Logs:

> scrypt@6.0.3 preinstall /Users/projects/eth-dagger.js/node_modules/scrypt
> node node-scrypt-preinstall.js
> kerberos@0.0.23 install /Users/projects/eth-dagger.js/node_modules/kerberos
> (node-gyp rebuild) || (exit 0)

  CXX(target) Release/obj.target/kerberos/lib/kerberos.o
In file included from ../lib/kerberos.cc:1:
In file included from ../lib/kerberos.h:9:
In file included from ../node_modules/nan/nan.h:190:
../node_modules/nan/nan_maybe_43_inl.h:112:15: error: no member named 'ForceSet' in 'v8::Object'
  return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);

Possible causes: https://github.com/strongloop/fsevents/issues/229, https://github.com/nodejs/nan/issues/763

jdkanani commented 6 years ago

@ashishrp any luck?

0xAshish commented 6 years ago

planning to stay on node8.11.3 for some time , some of the dependencies are not supporting node10.7.0 .

jdkanani commented 6 years ago

@ashishrp which dependencies?

jdkanani commented 5 years ago

@shahbhavir is it fixed?