JudiniLabs / code-gpt-docs

Docusaurus page
https://code-gpt-docs.vercel.app
MIT License
563 stars 58 forks source link

Plugin fails to start in Intellij Idea Ultimate #IU-241.17011.79 MacOs #301

Open dmonizer opened 2 months ago

dmonizer commented 2 months ago

On ide startup after installing the plugin, notification comes up: "Node.js is not installed. Please install Node.js version 18 or higher to continue." Plugin's tool window is created, but is empty, cannot do anything.

Node.JS plugin is installed (Bundled): bundled 241.17011.79

NodeJS is installed via HomeBrew, tried with node 22 and also node@18. Both configured in intelliJ as well: image

Tried also both IDE troubleshooting and invalidating all the caches (as a last measure) - nothing. Disabling and enabling plugin - nothing.

Intellij: IntelliJ IDEA 2024.1.2 (Ultimate Edition) Build #IU-241.17011.79, built on May 22, 2024, Runtime version: 17.0.11+1-b1207.24 aarch64 Macos: 14.5 (23F79) Sonoma on M1 Pro

node in path: node --version v22.2.0

/opt/homebrew/opt/node@18/bin/node --version v18.20.3

pySilver commented 1 month ago

Same issue here. I've installed with homebrew and it is available in path.

node --version
v22.4.1