Page 1 of 1
Can't Install Node-Red
Posted: 25 Oct 2021, 12:30
by jassa
Hi,
I am trying to install Node Red following the steps found here:
https://nodered.org/docs/getting-started/raspberrypi
However, when I run the update-nodejs-and-nodered script it fails with an error that TeamViewer cannot be updated securely. Is there a workaround for this?
Thanks.
Re: Can't Install Node-Red
Posted: 25 Oct 2021, 12:49
by nicolaiB
Hi jassa,
there is no need for a custom Node-RED setup. Just log into the RevPi web interface and go to services, where you can activate Node-RED and the RevPi backend server.
Nicolai
Re: Can't Install Node-Red
Posted: 26 Oct 2021, 01:28
by jassa
Thanks for the reply! Unfortunately when go to Services I don't see the NodeRed options?
Re: Can't Install Node-Red
Posted: 26 Oct 2021, 08:33
by nicolaiB
Hi jassa,
which version of our image is installed on your revpi? Please share the output of the following commands:
Code: Select all
cat /etc/revpi/image-release
lsb_release -a
Nicolai
Re: Can't Install Node-Red
Posted: 27 Oct 2021, 03:08
by jassa
2019-03-14-revpi-stretch.img
Raspian GNU/Linux 9.8 (stretch)
I assume we have an old image?
We ended up removing the Teamviewer package and then updating Node and npm and installing Node-RED as per the link in my initial post and it's working as expected now.
Re: Can't Install Node-Red
Posted: 02 Nov 2021, 12:00
by nicolaiB
Hi jassa,
stretch is our previous stable image with has been superseded by our current Buster image. In order the run with the latest security fixes and feature I would highly recommend to upgrade your image. A detailed tutorial can be found here:
https://revolutionpi.com/tutorials/imag ... ll-jessie/
Nicolai