All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Simon's Help System. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:48, 28 August 2023 Simon talk contribs created page Node-red (Created page with "=Node Red= Backup all flows using 'export' and save as a file (flows.json) If you have to remove any old versions of node-red <pre> sudo systemctl disable nodered.service sudo npm -g remove node-red rm -R ~/.node-red</pre> Update node <pre>curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash - sudo apt-get install -y nodejs</pre> Then to update node-red go to https://nodered.org/docs/getting-started/raspberrypi and run the bash script <pre>bash <(...")