7/14/2023 5:59 AM | |
Joined: 12/15/2016 Last visit: 11/8/2024 Posts: 69 Rating: (0) |
If you burn the Example Image again you will have Node-Red working correctly again, no need to update. If you need to update or if you want to install it correctly with the Image you have running, you must do: - Kill existing service: sudo npm remove -g node-red node-red-admin rm -R ~/.node-red - The service that uses port 1880 must be killed: apt-get install lsof lsof -i :1880 kill -9 {PID} Attach images. I follow these steps to delete the Node-Red that comes from the factory in the Example Image. Then to install you can follow any page that indicates an installation of a recent version, for example: https://help.clouding.io/hc/es/articles/4414973151122-C%C3%B3mo-instalar-Node-Red-en-Ubuntu
AttachmentDoc13.pdf (618 Downloads) |
This contribution was helpful to3 thankful Users |
Follow us on