I have some node executables installed on an Ubuntu server but whenever I try to execute them nothing happens. I don't even get an error message. I know they're in my path because which executable_name
works. When I do which -a node I get two outputs:
/usr/sbin/node
/usr/bin/node
I feel like this has something to do with the problem but I have no idea what to do. Help.