From bd6c7044f89034deb0e9301a3fe78839453bdba0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Mon, 17 Apr 2023 14:01:16 +0000 Subject: [PATCH] Updating Readme to install NodeRed --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3310f85..9615af7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ sudo apt install npm Then, let us install the *Node-RED* app and the *Dashboard* complement by using the *Node Package Manager*: ``` -npm install node-red +sudo npm install -g --unsafe-perm node-red +node-red-stop npm install node-red-dashboard ```