You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(claude): skip migration when native binary exists
- guide.sh: Check for working native binary at ~/.local/bin/claude
before triggering full migration; if exists, just clean up stale
npm/nvm versions
- install_claude.sh: Add source guard to allow cleanup_npm_versions
to be called without triggering main install logic
This prevents repeated migration attempts when both native and npm
installations exist, and handles the case where Claude Code may
self-reinstall via npm.
0 commit comments