Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error homebridge-hue@0.5.31: The engine "node" is incompatible with this module. Expected version "6.11.3". #24

Closed
kappes opened this issue Sep 16, 2017 · 4 comments

Comments

@kappes
Copy link

kappes commented Sep 16, 2017

Getting this error with the latest version. any chance for upgrading node?

@oznu
Copy link
Member

oznu commented Sep 16, 2017

I updated node a few days ago in #23.

If you pull down the latest version you'll be running Homebridge on Node 8.4.0.

@oznu oznu closed this as completed Sep 16, 2017
@oznu oznu reopened this Sep 16, 2017
@oznu
Copy link
Member

oznu commented Sep 16, 2017

Ok, that module is causing the issue, homebridge-hue is requiring a specific node version.

They have:

  "engines": {
    "node": "6.11.3"
  }

Whereas they should have:

  "engines": {
    "node": ">=6.11.3"
  }

Regardless, I can fix this on my end by telling yarn to ignore engines, which has the added benefit of removing that pesky warning about homebridge not being a valid engine.

I'll push up this change shortly.

@oznu
Copy link
Member

oznu commented Sep 16, 2017

Resolved in 53efae0.

homebridge-hue now loads correctly using node 8.4.0.

@oznu oznu closed this as completed Sep 16, 2017
@kappes
Copy link
Author

kappes commented Sep 16, 2017

can confirm, but will report this also to the plugin author. thanks alot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants