zigbee2mqtt / hassio-zigbee2mqtt

Official Zigbee2MQTT Home Assistant add-on
https://www.zigbee2mqtt.io
Apache License 2.0
1.12k stars 390 forks source link

Zigbee2MQTT requires node version ^18 || ^20 || ^21, you are running v16.20.2! #547

Closed sdotter closed 9 months ago

sdotter commented 9 months ago

Description of the issue

Warning appears in log

Zigbee2MQTT requires node version ^18 || ^20 || ^21, you are running v16.20.2!

Addon version

1.34

Platform

2023.12.x

Logs of the issue (if applicable)

No response

Koenkk commented 9 months ago

Node 16 is EOL and therefore not supported anymore, upgrade your node version

sdotter commented 9 months ago

Its node version in the docker container Im using home assistant addon:

[18:32:44] INFO: Preparing to start... [18:32:45] INFO: Socat not enabled [18:32:46] ERROR: Got unexpected response from the API: Service not enabled [18:32:46] INFO: Starting Zigbee2MQTT... Zigbee2MQTT requires node version ^18 || ^20 || ^21, you are running v16.20.2!

sdotter commented 9 months ago

Or is it using node version from dockerfile from home assistant image or supervisor? Noticed something build from base in the Dockerfile... but dont know for sure. Thanks btw! 👌👍

Koenkk commented 9 months ago

Should be fixed with the latest edge now!

sdotter commented 9 months ago

Thank you for your awesome work man!