-
-
Notifications
You must be signed in to change notification settings - Fork 53
Node Version
Ben edited this page Jul 6, 2021
·
16 revisions
- The recommended version of Node to run Homebridge with is currently v14.17.3
- This plugin works with Node v12 and v14 - the versions of node that Homebridge officially supports
- This plugin should work with Node v10 and v16 - however Homebridge does not officially support these versions
- Please see the How To Update Node.js article on the Homebridge wiki.
-
You can use the 'Check for Updates' feature to update your Node version:
Only do this if you are comfortable with accessing your HOOBS instance via SSH as in some circumstances this will be required.
-
Run this command in the HOOBS terminal to update your version of node:
wget -q -O - http://bit.ly/get-hoobs | sudo bash /dev/stdin --node 14.17.3
-
Once this has finished it's a good idea to restart the HOOBS server
-
If the HOOBS UI becomes unresponsive, access your HOOBS instance via SSH and run these two commands separately:
sudo npm uninstall -g @hoobs/hoobs sudo npm install -g --unsafe-perm @hoobs/hoobs
-
Once this is complete, the HOOBS UI should become available again with node updated. You can verify the system's version of node in the HOOBS terminal by running:
node -v