Antoine Monnier
Results
2
comments of
Antoine Monnier
This PR would be useful for us as we are looking to fallback to the default authentication plugin and could not find a way to do so.
I had the same issue, and solved it with these steps: - `which claude` -> returned `/home/antoine/.npm-global/bin/claude` - `sudo ln -s /home/antoine/.npm-global/bin/claude /usr/local/bin` (thank you @nertzy for this) - restart...