question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

17reactions
Didelcommented, Jun 1, 2017

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
0reactions
Sibelle65commented, May 30, 2018

Wowwww!! Til this step it works. I deleted the ‘WeMo’ what ever that accessory may be, out of the config.json file. After starting all over again with .homebridge, because my Home app said nest thermost. was already added, but it was not visible for me in the Home app it is now going to work. solution: I made a new file .homebridge in ~home/pi and renewed the homekit app (deleting .homebridge, making new OAuth on the NEST devel. page, and changing the config.json, restart iphone, resetting Nest, adding Nest to Nest app). Now I was able to find the thermostat in my Home app. (HomeKit).

But there are still some questions:

The Home app finds that Homebridge is not certified and will probably not work ok with HomeKit. Is this a problem I can or have to solve?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I resolve "Cannot find module" error using Node.js?
Using npm install installs the module into the current directory only (in a subdirectory called node_modules ). Is app.js located under ...
Read more >
Issues - GitHub
Hi, I tried to make this command to track communications of a connected object. And I have this mistake that I can't solve....
Read more >
Fix Global Installs Not Working | "Cannot find module" error FIX
Getting " Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/module ...
Read more >
Solved: Cannot find module react : npm install - YouTube
Your browser can't play this video. Learn more. Switch camera ... Solved: Cannot find module react : npm install. 58K views 3 years...
Read more >
Fix error: cannot find module 'x' in Node.js or 'express'
To solve the “error: cannot find module in Node.js or express” you have to first know why this error occurs. Mostly, this error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found