Hello guys,
i'm trying to upgrade to the latest node-red version but it doesn't works for me. I'v run "npm -g --unsafe-perm node-red". Looks good so far:
npm install -g --unsafe-perm node-red
changed 290 packages, and audited 291 packages in 21s
28 packages are looking for funding
run `npm fund` for details
3 moderate severity vulnerabilities
To address all issues, run:
npm audit fix
Run `npm audit` for details.
Restart shows the following log:
Oct 28 07:27:21 srv-haustechnik node-red[1412]: Willkommen bei Node-RED!
Oct 28 07:27:21 srv-haustechnik node-red[1412]: ===================
Oct 28 07:27:21 srv-haustechnik node-red[1412]: 28 Oct 07:27:21 - [info] Node-RED Version: v2.0.3
Oct 28 07:27:21 srv-haustechnik node-red[1412]: 28 Oct 07:27:21 - [info] Node.js Version: v14.17.6
Oct 28 07:27:21 srv-haustechnik node-red[1412]: 28 Oct 07:27:21 - [info] Linux 4.15.0-161-generic x64 LE
Oct 28 07:27:22 srv-haustechnik node-red[1412]: 28 Oct 07:27:22 - [info] Paletten-Nodes werden geladen
Oct 28 07:27:24 srv-haustechnik node-red[1412]: 28 Oct 07:27:24 - [info] Dashboard version 3.1.0 started at /ui
How can i upgrade to node-red 2.1.3?
Thanks for any hints.