My ubuntu server warned me that the TB of storage was getting full which was a shock. Turned out I had 950 Gb of .pm2 error logs and the problem log file was node-red-error.log. It was full of the same message:
Cannot find module node-red
- /usr/local/bin/node-red*
But my node red is installed in /usr/bin and is working fine. I tried "which node-red" and it correctly points to /usr/bin
How can I fix this please?