valiquette / homebridge-rachio-irrigation

Provides Homebridge support for Rachio controller
MIT License
17 stars 4 forks source link

Getting an error asking for specific versions of Node #45

Closed sebastiangoldstein closed 1 year ago

sebastiangoldstein commented 1 year ago

Getting this error:

The plugin "homebridge-rachio-irrigation" requires Node.js version of ^14.20.0 || ^16.18.0 || ^18.11.0 which does not satisfy the current Node.js version of v16.13.0. You may need to upgrade your installation of Node.js - see https://homebridge.io/w/JTKEF

I am running

Node.js Version | v16.13.0

valiquette commented 1 year ago

That should just be a warning. when do you see that message? This is expected since 16.13.0 is older then 16.18.0. it probably would be best if you ran "hb-service update-node 16" or "hb-service update-node 18" from the HB terminal and upgrade your node js version.