6/30/2020 11:19 AM | |
Posts: 3 Rating: (0) |
How is Node-RED installed on the example image? What is the proper way to upgrade it?
as root? |
6/30/2020 11:55 AM | |
Joined: 4/28/2015 Last visit: 6/28/2024 Posts: 578 Rating: (43) |
Currently, the latest version 1.0.6 is already installed. Once there is an update, you should be able to apply it manually via
If you build your own image from meta-iot2050, adjusting the related recipe would be required, basically following the how-to in https://github.com/siemens/meta-iot2050/blob/master/classes/npm.bbclass. |
This contribution was helpful to2 thankful Users |
7/1/2020 12:41 PM | |
Posts: 3 Rating: (0) |
Thanks! 1.0.2 was preinstalled on the image I got. v1.1.0 was released yesterday.
|
7/7/2020 2:26 AM | |
Posts: 439 Rating: (109) |
Hello, I tried to update my IOT2050 with latest Node-RED, but the command doesn't work. I reboot and still have old version. Current latest Node-RED version is V1.1.0 Best regards, HugoD |
8/9/2020 1:42 PM | |
Posts: 6 Rating: (0) |
Hi In which directory must the command be entered? npm install -g --unsafe-perm node-red
|
11/25/2021 8:29 PM | |
Joined: 1/10/2019 Last visit: 10/8/2024 Posts: 3 Rating: (0) |
Dear expert, I did the same with "npm install -g --unsafe-perm node-red" but get the attached pics error during installation (1st slide). I restart IOT2050 and enter node-red again, getting the 2nd slide prompt. Putty to the IOT2050 using x.x.x.x:1880 for node-red login, still v1.27 shown in the web browser IOT2050: 6ES7647-0BA00-0YA2 Kindly advise! Tks AttachmentIOTtech_26th Nov 2021.pptx (751 Downloads) |
11/26/2021 10:21 AM | |
Joined: 4/28/2015 Last visit: 10/30/2024 Posts: 3345 Rating: (379)
|
Hi, there is a reason for every behavior. 1. Node-Red V2.x does not support NodeJS 10 anymore. That's why you receive some warnings, but nevertheless it got installed somehow... 2. Your browser still shows V1.27, because starting V2.1.3 did not work (Error: port in use). This error is due to a already running node-red instance, which is pretty sure your node-red V1.27. Probably you have node-red autostarted? I would not recommend updating node-red to be honest. At least updating to V2.x should not be done, as it does not fully support NodeJS 10. Best regards! |
Not working for IOT2050 support anymore from March 1st, 2024. |
|
This contribution was helpful to1 thankful Users |
Follow us on