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?
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalOn 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?
nodejs server.js, just to make sure it's calling the rightnodeprogram.