homebridge-dacp: ERROR LOADING PLUGIN homebridge-dacp
Hey,
when I install homebridge-dacp and start homebridge I get this error:
`[2018-3-24 22:49:49] ERROR LOADING PLUGIN homebridge-dacp:
[2018-3-24 22:49:49] Error: Plugin /usr/lib/node_modules/homebridge-dacp requires a HomeBridge version of >=0.4.36 which does not satisfy the current HomeBridge version of 0.4.33. You may need to upgrade your installation of HomeBridge.
at Plugin.load (/usr/local/lib/node_modules/homebridge/lib/plugin.js:56:11)
at Server.<anonymous> (/usr/local/lib/node_modules/homebridge/lib/server.js:142:14)
at Array.forEach (<anonymous>)
at Server._loadPlugins (/usr/local/lib/node_modules/homebridge/lib/server.js:138:22)
at new Server (/usr/local/lib/node_modules/homebridge/lib/server.js:56:24)
at module.exports (/usr/local/lib/node_modules/homebridge/lib/cli.js:26:16)
at Object.<anonymous> (/usr/local/lib/node_modules/homebridge/bin/homebridge:17:22)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)`
I’m on homebridge 0.4.38:

thanks, felix
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 35 (17 by maintainers)
okay, after sitting in front of my pc until 4am I just reinstalled node 8.9.3 and everything workes again. I deleted
"engines": { "node": ">=9.3.0", "homebridge": ">=0.4.36"
out of packages.json and also your plugin started to work. thanks for your time and support!