claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

Intellij Plugin] A Plugin cannot find calude installation already installed in system path.

Open KyongSik-Yoon opened this issue 7 months ago • 6 comments

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

Image

Terminal in Intellij

Image

KyongSik-Yoon avatar May 26 '25 01:05 KyongSik-Yoon

Same here

jwjoel avatar May 26 '25 10:05 jwjoel

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

skhattane avatar May 27 '25 03:05 skhattane

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

AleMac17 avatar May 27 '25 09:05 AleMac17

Is this free?

AshiqPranto avatar May 28 '25 01:05 AshiqPranto

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!

hackyon-anthropic avatar May 28 '25 02:05 hackyon-anthropic

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 avatar May 31 '25 10:05 hackyon-anthropic

@hackyon-anthropic It's working perfectly!! Thanks for super fast release.

KyongSik-Yoon avatar Jun 03 '25 10:06 KyongSik-Yoon

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.

github-actions[bot] avatar Aug 13 '25 14:08 github-actions[bot]