Node-red@1.0.0-beta.2 can't access

  • :frowning_face::frowning_face:
    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?

1 Like

And what command did you type to install it ?

1 Like

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

1 Like

Given your other thread about dashboard I presume it’s now working ?

1 Like

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 :sweat_smile:

Thank you a lott

You didn’t answer why you are running as root…

You shouldn’t need to

1 Like

I didn't know that ,
Thank youuu