Closed timsayshey closed 2 years ago
I can only save if I uncheck the Enable error logging. checkbox
Enable error logging.
Here is the error:
Error: Command failed: crontab /tmp/crontab "/tmp/crontab":1: command too long errors in crontab file, can't install. at ChildProcess.exithandler (child_process.js:303:12) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) { killed: false, code: 1, signal: null, cmd: 'crontab /tmp/crontab' }
Checkboxes:
npm --version
node --version
node_modules
ls -ld $(npm root -g)/crontab-ui
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I also have this issue
I can only save if I uncheck the
Enable error logging.
checkboxHere is the error:
Checkboxes:
npm --version
andnode --version
). Get the latest nodejs here.node_modules
folder has right permissions (Runls -ld $(npm root -g)/crontab-ui
)