0

On my linode server that I have SSH'd into, when I type

$ node server.js $ 

Nothing happens!

Even if the only contents of sever.js is util.log("HELLO");

Nothing is printed! Why is this happening?

2
  • 3
    Try nodejs server.js, just to make sure it's calling the right node program. Commented Jun 8, 2015 at 4:51
  • 1
    May be you would like see more about it stackoverflow.com/questions/22457834/… , node is simply a symbolic link to nodejs. So possibly in your case this symbolic link was not setup,hence not resulting in execution of nodejs Commented Jun 8, 2015 at 5:26

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.