Skip to content
Home » Raspberry Pi » UPDATE NODE.JS ON A HOMEBRIDGE

UPDATE NODE.JS ON A HOMEBRIDGE

Running a homebridge on a raspberry pi, to connect all of your IOT is fun. However node.js does not update automatically when updating the pi.

to update node.js

Open a terminal

type:
sudo hb-service update-node

The package will update

reboot

And your Node.JS is now up to date