digitalbazaar / did-method-key

A did-io driver for the DID "key" method
Other
25 stars 10 forks source link

Support Node 12 #20

Closed dmitrizagidulin closed 4 years ago

dmitrizagidulin commented 4 years ago

Not compiling in Node 12:

npm i

> equihash@0.0.1-0 install ~/code/_DigitalBazaar/uni-resolver-did-v1-driver/node_modules/equihash
> node-gyp rebuild

  CXX(target) Release/obj.target/khovratovich/lib/khovratovich/addon.o
../lib/khovratovich/addon.cc:28:11: error: no member named 'Handle' in namespace 'v8'
mattcollier commented 4 years ago

@dmitrizagidulin equihash got ripped out of the did stack long ago. I'm not sure how it's reappearing here.

dmitrizagidulin commented 4 years ago

@mattcollier oh huh. weird. Investigating.

mattcollier commented 4 years ago

@dmitrizagidulin do you have any updates on this?

dmitrizagidulin commented 4 years ago

@mattcollier I think this was an artifact of a stale cache or something. I am not able to find equihash in the npm ls listing of this lib.

Closing issue.