noelportugal / google-home-notifier

Send notifications to Google Home
MIT License
578 stars 171 forks source link

Failed at the mdns@2.3.3 install script 'node-gyp rebuild'. #8

Open greghesp opened 7 years ago

greghesp commented 7 years ago

This fails when trying to install

npm ERR! mdns@2.3.3 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the mdns@2.3.3 install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the mdns package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs mdns
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls mdns
npm ERR! There is likely additional logging output above.

Using Node 7.8.0 on Windows 10

albertocule commented 7 years ago

+1

mayhemSoftwareChris commented 7 years ago

+1

JasoonS commented 7 years ago

Try:

sudo apt-get install libavahi-compat-libdnssd-dev

Worked for me :)

tbemindt commented 7 years ago

And for those on windows? I found a lot of things on the www, but nothing worked.

iqmeta commented 7 years ago

for you windows guys... not a package, more research, but you get it. https://github.com/iqmeta/google-home-push

RanjithNair commented 7 years ago

Anyone able to get this working on Windows?

sixerdoodle commented 6 years ago

Works on windows here. One issue is you need to have the Bonjour SDK installed (not the Printer Services, but the SDK) https://developer.apple.com/bonjour/ and make sure BONJOUR_SDK_HOME is defined correctly

dudeisbrendan03 commented 4 years ago

Works on windows here. One issue is you need to have the Bonjour SDK installed (not the Printer Services, but the SDK) https://developer.apple.com/bonjour/ and make sure BONJOUR_SDK_HOME is defined correctly

I installed Bonjour and BONJOUR_SDK_HOME is set. image

Still no luck :c

Edit: Sorted it out, was my fault

greghesp commented 4 years ago

@dudeisbrendan03 What was your issue?