Gulp in `/usr/bin/gulp` was linked to a JS file instead of a binary. The following is needed so crontab works properly: ```sh rm /usr/bin/gulp ln -s /opt/nvm/versions/node/v13.14.0/bin/gulp /usr/bin/gulp ```