How did you install node-red on the raspberry pi? Did you use the official installer script?
What version of node red and nodejs is on your raspberry pi?
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) there is the command that i used to install nodered
ok. what does npm -v
give you?
Also, can you post the startup log from node-red (up to the point it says "Starting flows")
For the log, either start node-red with node-red
or run node-red-log
As for the NPM version - v2.x is far too old. For nodejs v12 I'd expect npm v6 or 7. This will be the reason you have no entries in the palette manager.
If you re-run the node-red install script, include --node14
at the end to force an upgrade of node-js e.g...
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node14
ty mate it worked i just forced the upgrade like u said
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.