|
|
@ -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 |
|
|
|
``` |
|
|
|
|
|
|
|