For Linux:
sudo apt-get install -y curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
For Windows or MacOS: Download NodeJS Install package
npm ci
bower install
npm run build
node <full_path>/cron/crawlerRunner.js
npm i -g pm2
npm ci
pm2 start ecosystem.config.js
pm2 save
00 6,9,11-14,16,18,20 * * * <user> node <full_path>/cron/crawlerRunner.js