Troubleshooting
Solutions to common problems.
Problems updating npm packages
Delete the ./node_modules
folder, and run again:
npm ci
Problems with cache
Delete the temporary directories:
npm run clean
Problems with cron : status or storage
Before opening an issue on Github, please check :
- The sudoers file (
/etc/sudoers.d/10-borgwarehouse
) is correct and up to date. - The permissions on scripts are correct.