Daniel Deusing

Results 4 comments of Daniel Deusing

Great question, I struggled with this too. Making `~/.claude.json` persist on host also did not do the trick for me. It stored auth, when I restart/rebuild container, it mounts it,...

> bwrap --bind / / --dev /dev \ > --ro-bind "$HOME" "$HOME" \ > --bind "$HOME/.claude" "$HOME/.claude" \ > --bind "$HOME/.claude.json" "$HOME/.claude.json" \ > --bind "$XDG_CACHE_HOME" "$XDG_CACHE_HOME" \ > --bind...

same, using iterm2 on macos, so I would assume this is terminal independent. Only option I have is to close and start fresh.

Well, this is a heap out of memory error. The app is running out of mem when trying to allocate more space. You could try something like ``` export NODE_OPTIONS="--max-old-space-size=4096"...