I'm running Ubuntu 14.04.5 LTS on a DigitalOcean server.
nodeJS is already installed. I uploaded my application files to /home/cry
The application file is /home/cry/hello.js
I tried executing my application by running node hello.js
I get this error
The program 'node' can be found in the following packages:
* node
* nodejs-legacy
Try: apt-get install <selected package>
If someone could show me what's going wrong here and how to fix it, that would be great.