sudo wget https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/nodered.service -O /lib/systemd/system/nodered.service
sudo systemctl daemon-reloadSo what do
which node
And
node -v
Now report ? And
npm -v
?
What do the logs say if you try to start it manually with
node-red -v
sudo journalctl -f -u nodered -o cat--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
Visit this group at https://groups.google.com/group/node-red.
For more options, visit https://groups.google.com/d/optout.
Though
sudo apt-get update && sudo apt-get upgrade
Would have got you node-red v0.13.3 despite warnings
And then start nodered manually with
node-red-pi -v
looking at your version of node.js there shouldn't be any reason for nodes to suggest it was out of date.
What nodes were you trying to install?
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to a topic in the Google Groups "Node-RED" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-red/LZb1JxGEtzM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-red+u...@googlegroups.com.
To post to this group, send an email to node...@googlegroups.com.
sudo npm install -g --unsafe-perm node-redYou received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
sudo npm install -g --unsafe-perm node-red
I assume at some point you have rebooted during all this ???
--
http://nodered.org
Join us on Slack to continue the conversation: http://nodered.org/slack
---
You received this message because you are subscribed to a topic in the Google Groups "Node-RED" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/node-red/LZb1JxGEtzM/unsubscribe.
To unsubscribe from this group and all its topics, send an email to node-red+u...@googlegroups.com.
To post to this group, send email to node...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "Node-RED" group.
To unsubscribe from this group and stop receiving emails from it, send an email to node-red+u...@googlegroups.com.
hmmm - which we don't actually document anywhere... the cache clear and re-install "fixes" that for all the core nodes... but not any extras...I "think" (but need to check) - that you should be able to go into the ~/node-red/node_modules dir and just do an npm rebuild and it will do them all... https://docs.npmjs.com/cli/rebuild