I should say that I had to modify the installation process a bit because the node-red installation script didn't work because the command: sudo npm, didn't work. So I had to install it with:
npm install -g node-red
and then use pm2 to autostart node-red because the "node-red-start" service didn't work either, probably because of the installation path.
Linux makes me mad sometimes.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I should say that I had to modify the installation process a bit because the node-red installation script didn't work because the command: sudo npm, didn't work. So I had to install it with:
and then use pm2 to autostart node-red because the "node-red-start" service didn't work either, probably because of the installation path.
Linux makes me mad sometimes.