• 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.

About

Avatar for Trisk3lion @Trisk3lion started