agnat / node_mdns

mdns/zeroconf/bonjour service discovery add-on for node.js
http://agnat.github.com/node_mdns
MIT License
868 stars 145 forks source link

Can't Build with Node 10.x #224

Closed mrmiller closed 5 years ago

mrmiller commented 6 years ago

nan 2.10 doesn't compile under Node 10 which prevents node_mdns from successfully compiling. See nodejs/nan#763. node_mdns should require a newer version (2.11.x) of nan that is compatible.