[BUG] JetBrains plugin does not find my mise-installed claude-code

Resolved 💬 6 comments Opened May 22, 2025 by nertzy Closed Jun 3, 2025

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

  1. Set up mise on a Mac.
  2. mise use node@latest
  3. npm install -g @anthropic-ai/claude-code
  4. claude --version (works)
  5. Install [Claude Code [Beta]](https://plugins.jetbrains.com/plugin/27310-claude-code-beta-) plugin in RubyMine
  6. Restart RubyMine to load the plugin
  7. 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)

View original on GitHub ↗

This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗