[BUG] JetBrains plugin does not find my mise-installed claude-code
Status Fixed / completed
Maintainer reply ✓ Yes — hackyon-anthropic
Activity 6 comments · opened May 22, 2025 · closed Jun 3, 2025
💡 Likely answer: A maintainer (hackyon-anthropic, collaborator)
responded on this thread — see the highlighted reply below.
Environment
- Platform (select one):
- [ ] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [x] Other: Claude Code JetBrains plugin
- Claude CLI version: 1.0.0 (Claude Code)
- Operating System: macOS 15.5 (24F74)
- Terminal: kitty
Bug Description
I installed the claude executable into my mise-managed node installation. The JetBrains plugin (running in RubyMine) always shows the following:
<img width="465" alt="Image" src="https://github.com/user-attachments/assets/6063b849-010c-4304-b498-8ad70e6cd58b" />
Steps to Reproduce
- Set up mise on a Mac.
mise use node@latestnpm install -g @anthropic-ai/claude-codeclaude --version(works)- Install [Claude Code [Beta]](https://plugins.jetbrains.com/plugin/27310-claude-code-beta-) plugin in RubyMine
- Restart RubyMine to load the plugin
- Press Cmd-Esc to activate Claude Code
Expected Behavior
The plugin should work, or at least have some configuration setting where I can set the location of the command.
Actual Behavior
The plugin cannot find my claude executable.
Additional Context
~ ❱ /usr/local/bin/claude --version
1.0.0 (Claude Code)
~ 1.6s ❱ which claude
/Users/grant/.local/share/mise/installs/node/24.0.2/bin/claude
~ ❱ claude --version
1.0.0 (Claude Code)
~ 5.2s ❱ node --version
v24.0.2
~ ❱ which node
/Users/grant/.local/share/mise/installs/node/24.0.2/bin/node
~ ❱ which claude
/Users/grant/.local/share/mise/installs/node/24.0.2/bin/claude
~ ❱ ln -s ~/.local/share/mise/shims/claude /usr/local/bin/claude
~ ❱ /usr/local/bin/claude --version
1.0.0 (Claude Code)
6 Comments
Thanks for the report, let me take a look!
I had the same issue, and solved it with these steps:
which claude-> returned/home/antoine/.npm-global/bin/claudesudo ln -s /home/antoine/.npm-global/bin/claude /usr/local/bin(thank you @nertzy for this)We have reworked the notification logic in the latest 0.1.6-beta update of the plugin. When you get a chance, please give it a spin and see if this issue is still happening for you!
With the latest plugin update v0.1.6-beta, we have reworked the notification to show up 10s after you press the button and there's been no active connection.
We also included a setting (in
Settings > Tools > Claude Code [Beta]) to allow you to specify a custom Claude command to run for the Claude button.Please let us know if you still see any issues with the latest update!
<img width="896" alt="Image" src="https://github.com/user-attachments/assets/98f2d683-b099-4814-a3e8-f1ee4975d861" />
Should be resolved now but please reopen if not!
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.