I am trying to run a node script with cron every minute. I dont believe it is running at all. When I run grep cron /var/log/syslog I dont see it running in the log.
Did I write the cron job wrong? If so how do I run a node script in a cron job?
* * * * * node /home/ubuntu/Server/nodeScript.js