We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run Dockhunt, it gives me this error (running from app, but cli is also downloaded):
Scanning your dock... Found the following pinned apps in your dock: • Safari • Pages • Music • Podcasts • App Store • Google Chrome • Sublime Text • qbittorrent • Notes • Slack • Gifski • OpenEmu • Notion • Figma • Terminal node:fs:1349 handleErrorFromBinding(ctx); ^ Error: EROFS: read-only file system, mkdir '/private/var/folders/y4/039y224d3k92kwy8k4xhyzqr0000gn/T/AppTranslocation/4A32B0B1-53D6-4793-8BA7-890A8AED77AE/d/Dockhunt.app/Contents/Resources/temp_1675264918196_icon_conversion' at Object.mkdirSync (node:fs:1349:3) at Object.mkdirSync (pkg/prelude/bootstrap.js:1642:33) at getDockContents (/snapshot/dist/index.cjs) at processTicksAndRejections (node:internal/process/task_queues:96:5) { errno: -30, syscall: 'mkdir', code: 'EROFS', path: '/private/var/folders/y4/039y224d3k92kwy8k4xhyzqr0000gn/T/AppTranslocation/4A32B0B1-53D6-4793-8BA7-890A8AED77AE/d/Dockhunt.app/Contents/Resources/temp_1675264918196_icon_conversion' }
The text was updated successfully, but these errors were encountered:
Hi @gorkemcetin, you need to move the Dockhunt app to your applications directory to fix this issue.
Sorry, something went wrong.
You shouldn't have this issue if you use the CLI command (npx dockhunt).
npx dockhunt
No branches or pull requests
When I try to run Dockhunt, it gives me this error (running from app, but cli is also downloaded):
The text was updated successfully, but these errors were encountered: