valiquette / homebridge-rachio-irrigation

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

node version issue? #50

Closed mbierman closed 1 year ago

mbierman commented 1 year ago

I happened to come across this in my logs. Im running current release of homebridge (docker)

[3/13/2023, 8:03:12 PM] The plugin "homebridge-rachio-irrigation" requires Node.js version of ^14.21.0 || ^16.19.0 || ^18.14.0 which does not satisfy the current Node.js version of v18.13.0. You may need to upgrade your installation of Node.js - see https://homebridge.io/w/JTKEF
image
valiquette commented 1 year ago

You should update the current version of Node.js which is currently 18.15.0 From that same Homebridge UI screen click on the 3 dots in the top right and selected terminal. Then run the command "hb-service update-node".

mbierman commented 1 year ago

Thank you!