How to update to 2.1?

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.

Since you have a Linux system, try using the instructions for the type of Linux system that you have - don't use naked npm command

https://nodered.org/docs/getting-started/local

I'm using "naked" node-red via npm to have the possibility to use the actually version of node-red. The system would install node-red 1.2.9 !!
By the way: the link you've posted shows the exact upgrade command which i've used.

Follow the linux links and see what happens

@cymplecy was referring to these yellow sections at the top:

OP has marked it as solved :slight_smile:

1 Like

Thank you anyway! That hint at the top would have saved me time :wink:

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.