Page 4 of 4

Re: Upgrading to NodeJS version 6

PostPosted: Tue Dec 13, 2016 12:15 am
by dnomode
is this what I need to do to stop and restart it?

To stop: launchctl unload -w ~/Library/LaunchAgents/com.webdeck.homebridge.plist

To start: launchctl load -w ~/Library/LaunchAgents/com.webdeck.homebridge.plist

Re: Upgrading to NodeJS version 6

PostPosted: Tue Dec 13, 2016 12:21 am
by dnomode
Holy smoke dudeā€¦ It worked after running
To stop: launchctl unload -w ~/Library/LaunchAgents/com.webdeck.homebridge.plist
then
To start: launchctl load -w ~/Library/LaunchAgents/com.webdeck.homebridge.plist
and a restart

Dude, thank you very much for your help. Great work. :D

Re: Upgrading to NodeJS version 6

PostPosted: Tue Dec 13, 2016 12:26 am
by webdeck
Glad it's finally working!

Re: Upgrading to NodeJS version 6

PostPosted: Fri Aug 04, 2017 7:48 am
by scs
webdeck wrote:
The latest version of homebridge added support for cameras that use the RTSP protocol. But it also required using NodeJS version 6 instead of version 4. So, you will get errors if you try to upgrade to the latest version of homebridge, unless you upgrade to NodeJS 6.


-Mike


Mike ,
what is the latest version ?

When I run the following , I get :

MacMini:~ xxxx$ homebridge --version
0.4.17

I think I've been running this for 6-12 months

Re: Upgrading to NodeJS version 6

PostPosted: Fri Aug 04, 2017 8:09 am
by webdeck
scs wrote:
Mike ,
what is the latest version ?

When I run the following , I get :

MacMini:~ xxxx$ homebridge --version
0.4.17

I think I've been running this for 6-12 months


You can always find the latest versions here:

https://www.npmjs.com/package/homebridge - 0.4.22

https://www.npmjs.com/package/homebridge-indigo - 0.3.9

-Mike