Skip to content

Commit 488fd8c

Browse files
Paul-Reedknolleary
authored andcommitted
Update docs to include Manage Pallet option (node-red#57)
* Update docs to include Manage Pallet option * Typo
1 parent e3d773b commit 488fd8c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/getting-started/upgrading.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,17 @@ latest version with the following commands:
1919
sudo npm cache clean
2020
sudo npm install -g --unsafe-perm node-red
2121

22-
To check for outdated nodes that are installed in the user directory you can:
22+
To check for, and re-install outdated nodes that are installed in the user directory you have two options:
23+
24+
Use the `Manage Pallete` menu from within node-red's editor UI. You can then remove, add, and also update nodes. Or via the command-line as follows;
2325

2426
cd ~/.node-red
2527
npm outdated
2628

27-
This will print a list of nodes that can be updated. To update them you can then run:
29+
This will print a list of nodes that can be updated.
30+
To re-install the latest node version you can then run:
2831

29-
npm update # to update all nodes, or
30-
npm update foo # to only update a node called foo
32+
npm install foo # to re-install the latest version of a node called foo
3133

3234
You will then need to stop and restart Node-RED.
3335

0 commit comments

Comments
 (0)