zettajs / edison-cli

Cli node application manager for the edison
10 stars 3 forks source link

Error: bind EADDRINUSE 224.0.0.251:5353 #8

Open AdamMagaluk opened 8 years ago

AdamMagaluk commented 8 years ago
λ: edison-cli list
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: bind EADDRINUSE 224.0.0.251:5353
    at Object.exports._errnoException (util.js:874:11)
    at exports._exceptionWithHostPort (util.js:897:20)
    at dgram.js:213:18
    at doNTCallback3 (node.js:450:9)
    at process._tickCallback (node.js:356:17)
    at Function.Module.runMain (module.js:469:11)
    at startup (node.js:134:18)
    at node.js:961:3
exsilium commented 8 years ago

Just ran into this myself. This is due to an issue in outdated mdns-js package used by edison-cli. mdns-js/node-mdns-js#31. Just call a newer version from the package.json:

"mdns-js": "^0.5.0",