Intellij Plugin] A Plugin cannot find calude installation already installed in system path.
Bug Description
Intellij plugin cannnot recognize claude code installed in system path.
claude can execute every path because it's there in system path.
But when I click claude extension icon in Intellij always shown error notification with following message.
Please ensure Claude Code is installed and the 'claude' command is in your system path.
Environment Info
Platform: Ubuntu 24.04
Terminal: Intellij
Notifiaction
Terminal in Intellij
Same here
Same here
Claude Code not found: Please ensure Claude Code is installed and the 'claude' command is in your system path.
Archlinux 2025.05.01 GoLand 2025.1.1 Kitty 0.42.1 Claude Code 1.0.3
Same here
Linux Mint 22.1 Cinnamon IntelliJ IDEA 2025.1.1.1 (Community Edition)
I fixed it by making a symlink
Claude was installing on the path where I have node, but I made it so intellij can see it from the path he uses.
In my case i use this
sudo ln -s /home/user/.nvm/versions/node/v20.17.0/bin/claude /usr/local/bin/claude
To see where your node global folder is (the first path of the command)
npm prefix -g
Is this free?
Apologies for the excessive notifications!
We reworked the detection mechanism for the next plugin update, and also provided a way for you to configure the path to the claude command in the settings. The update is coming soon!
Thanks for your patience!
With the latest plugin update v0.1.6-beta, we have reworked the notification to show up significantly less. When you press the Claude button, it will wait for 10s for a connection and show the notification only after it fails to connect.
Please let us know if you still see any issues with the latest update!
@hackyon-anthropic It's working perfectly!! Thanks for super fast release.
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.