Hi, I did install Bullseye with the pi imager (virgin install) and I choose Bullseye as I am installing it on a Pi Zero 1 and there was no selection available for Bookworm, only Bullseye.
I have finally managed to get it going on the fresh Bullseye install by manually installing Node-Red ( npm install -g --unsafe-perm node-red).
My problem now is I cant get the UI working (XX.XX.XX.XX:1880/ui/ !!!! It reports "back cannot GET /ui"
Ah the original Pi Zero, I have stopped using those. I only use 64 bit devices with wifi, which includes the Zero Two.
It's been a long time since I used npm install too.
Can you install the dashboard via Manage Palette?
The fact that it is using such old hardware is probably the cause of your problems. I am not sure that nodesource provide builds for the original Zero any more. When you ran the install script on the new install did you specify a particular version of nodesjs (using --node20 for example) or leave it at the default?
Hi Colin, yes, I added --node20 and its now working...at last
node V20.11.0
npm V10.2.4
Not sure why the zero 1 is not supported as its still generally available to buy??
Thanks for your help Colin...
The script should still work on arm6 as we use the unofficial builds for that. But yes I need to check where they got to with node20 as it may well get dropped
Ive got node-red working again and I have imported the flows but Im now getting warnings that the nodes are not installed. Is there a way of copying the nodes from the original node red to the new copy of node red. I was thinking of copying the .node-red/node_modules directory and pasting it over the new node red node_modules directory ??