mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 08:26:01 +03:00
[GH-ISSUE #93] Error: Failed to install: ENOENT: no such file or directory #55
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @msuadOf on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/93
I patched fix at #22
when I type the command in claude:
the
/plugin install planning-with-files@planning-with-fileswill result in:@msuadOf commented on GitHub (Mar 3, 2026):
well, it must be used in shell env instead of in claude env. I use
export TMPDIR="$HOME/.claude/tmp"and it works.@OthmanAdi commented on GitHub (Mar 3, 2026):
@msuadOf Thank you for reporting this and for finding the solution. The tilde expansion issue makes sense. Your fix using
export TMPDIR="$HOME/.claude/tmp"in the shell environment is the correct approach. Added you to CONTRIBUTORS.md for helping the community with this.