JustinTulloss / zeromq.node

Node.js bindings to the zeromq library
MIT License
1.65k stars 284 forks source link

Update package.json to use the latest nan (2.10.0) #605

Closed FabianGD closed 4 years ago

FabianGD commented 6 years ago

Upon using the old nan, installation (macOS 10.13.6) failed using node 10.x due to "error: no member named 'ForceSet' in 'v8::Object' ". With the newest nan (2.10.0) specified, everything works perfectly. This is my first PR, so is there anything more I should add?