claude-code - 💡(How to fix) Fix [Bug] `/buddy` command disappears or becomes unavailable [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#51863Fetched 2026-04-23 07:42:53
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Timeline (top)
labeled ×4commented ×1mentioned ×1subscribed ×1

Error Message

[{"error":"Error: EEXIST: file already exists, mkdir 'C:\Users\roman\.claude\cache'\n at async oD$ (B:/~BUN/root/src/entrypoints/cli.js:6300:5443)","timestamp":"2026-04-22T06:58:07.300Z"}]

Code Example

[{"error":"Error: EEXIST: file already exists, mkdir 'C:\\Users\\roman\\.claude\\cache'\n    at async oD$ (B:/~BUN/root/src/entrypoints/cli.js:6300:5443)","timestamp":"2026-04-22T06:58:07.300Z"}]
RAW_BUFFERClick to expand / collapse

Bug Description Command /buddy disapear :-(

Environment Info

  • Platform: win32
  • Terminal: null
  • Version: 2.1.117
  • Feedback ID: 94889933-7d2e-4dd9-ba03-2a620cc52297

Errors

[{"error":"Error: EEXIST: file already exists, mkdir 'C:\\Users\\roman\\.claude\\cache'\n    at async oD$ (B:/~BUN/root/src/entrypoints/cli.js:6300:5443)","timestamp":"2026-04-22T06:58:07.300Z"}]

extent analysis

TL;DR

The issue might be resolved by removing the existing cache directory to allow the application to recreate it.

Guidance

  • The error message EEXIST: file already exists suggests that the application is trying to create a directory that already exists, which could be causing the issue.
  • Verify that the directory C:\\Users\\roman\\.claude\\cache exists and try removing it to see if the application can recreate it successfully.
  • If removing the directory is not feasible, try renaming it to a different name to see if the application can create a new cache directory.
  • Check the application's documentation or source code to see if there are any configuration options or environment variables that can be used to specify a different cache directory.

Example

No code snippet is provided as it is not clearly supported by the issue.

Notes

The provided solution assumes that the cache directory is not being used by other applications or processes. Removing or renaming the directory may cause data loss or other issues if it is being used by other applications.

Recommendation

Apply workaround: Remove or rename the existing cache directory to allow the application to recreate it, as this is a simple and non-invasive solution that can help resolve the issue.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING