Hi,
The problem is i don't get node-red in the list.
the output of the procedure is:
which node-red : /usr/bin/node-red
pm2 start /usr/bin/node-red -- -v : 2.10.2 (what is that number?)
pm2 info node-red : [PM2][WARN] node-red doesn't exist
pm2 logs node-red : [TAILING] Tailing last 15 lines for [node-red] process (change the value with --lines option)
[PM2][ERROR] No file to stream for app [node-red], exiting.
pm2 list :
┌──────┬──────┬────────┬───┬─────┬────────┐
│ Name │ mode │ status │ ↺ │ cpu │ memory │
└──────┴──────┴────────┴───┴─────┴────────┘
Use `pm2 show <id|name>` to get more details about an app
nothing in the list.
What could be the problem?
thanks,
Ruben