3rd-Eden / node-hashring

hashring is a consistent hashing algorithm for Node.js that is compatible with libketama and python's hash_ring package
MIT License
350 stars 57 forks source link

nan.h:189:78: error: no matching function for call to ‘v8::Signature::New(v8::Isolate*, v8::Handle<v8::FunctionTemplate>&, int&, v8::Handle<v8::Funct ionTemplate>*&)’ #39

Open kaihendry opened 8 years ago

kaihendry commented 8 years ago

I'm trying to build https://github.com/jsbin/jsbin/ but I am getting a build failure iiuc with your dependency: http://ix.io/mxx

Not sure why that build failure isn't in: http://s.natalian.org/2015-11-29/npm-debug.log

Any ideas? Thank you!

3rd-Eden commented 8 years ago

The latest version no longer uses a binary addon. So make sure you have the latest version installed.

Arnout Kazemier

On Nov 29, 2015, at 4:57 PM, Kai Hendry notifications@github.com wrote:

I'm trying to build https://github.com/jsbin/jsbin/ but I am getting a build failure iiuc with your dependency: http://ix.io/mxx

Not sure why that build failure isn't in: http://s.natalian.org/2015-11-29/npm-debug.log

Any ideas? Thank you!

— Reply to this email directly or view it on GitHub.

revathskumar commented 8 years ago

@kaihendry Are you able to solve this? I am facing the same issue.

turnerhayes commented 7 years ago

I'm also facing this issue.

turnerhayes commented 7 years ago

On reading this page I switched to version 0.10.27 using nvm and it installs fine now.