homebridge: Cannot find module '../build/Release/dns_sd_bindings'

img_0697

I just installed a clean and fresh installation of Raspbian Jessie Lite on my Raspberry Pi 3, and the very first thing I did was to install Homebride right after that. I followed every step of the installation guide, but can’t succeed in getting homebridge to run.

npm -v = 4.2.0
node -v = 7.10.0

Might be possibly related to #1314.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 19 (8 by maintainers)

Most upvoted comments

I fixed it, I found the solution in the answer to #905 (slightly edited):

cd /usr/lib/node_modules/homebridge/
sudo npm install --unsafe-perm mdns
sudo npm rebuild --unsafe-perm