-
updated 1 package in 9.515s
root@nour:~# node-red
bash: /usr/local/bin/node-red: No such file or directory
root@nour:~#
What are you running it on?
What version of nodejs?
Why are you running as root?
And what command did you type to install it ?
I'm on kali linux
nodejs version : v10.15.2
sudo npm install -g --unsafe-perm node-red
Can you try running. /usr/bin/node-red
Given your other thread about dashboard I presume it’s now working ?
I tried to install node-red like in :https://github.com/node-red/node-red
in Developers section,
but to run it I must enter to node-red folder and write the command
npm start
However when I start node red , the dashboard doesn't work
I didn't add any UI nodes ,
I'm new on node red execuse me
Thank you a lott
You didn’t answer why you are running as root…
You shouldn’t need to
I didn't know that ,
Thank youuu