grover / homebridge-dacp

Remotely control Apple TV and iTunes via HomeKit.
MIT License
151 stars 14 forks source link

NodeJS LTS 8 Compatibility #40

Closed NebzHB closed 6 years ago

NebzHB commented 6 years ago

Hello grover,

Could you tell me if it's compatible with the current LTS version of NodeJS. (the package.json ask for node >= 9.3.0)

If not, could it be easily ?

BR's Nebz

julienma commented 6 years ago

Same question. I'm using https://github.com/oznu/docker-homebridge/, which ships with Node 8.x, and get this error:

Plugin /homebridge/node_modules/homebridge-dacp requires Node version of >=9.3.0 which does not satisfy the current Node version of v8.11.1. You may need to upgrade your installation of Node.
grover commented 6 years ago

I'm trying to stay up to date on the Node side of things. While I do not test with Node LTS, I do not expect any issues with it. Should you have errors other than the message @julienma posted, file bug tickets for those specifically.

Thanks!