Prefer user's NodeJs version
Plugin Type
JetBrains Plugin
App Version
4.121.1
Description
I have error:
Current Node.js (/usr/bin/node) version is v19.9.0, please upgrade to 20.6.0 or higher for better compatibility.
Minimal node version for kilocode must be higher 20.6. System version for Node.js (/usr/bin/node) version is v19.9.0. Userland node, installed by nvm is 24.11.1, but kilocode ignored it. Please consider the option to use the user's nodejs rather than the system version.
Reproduction steps
n/a
Provider
No response
Model
No response
System Information
System Information
CPU Architecture: amd64 Operating System: Linux 6.8.0-45-generic IDE Version: PyCharm 2024.3.5 (build PY-243.26053.29) Plugin Version: 4.121.1 JCEF Support: Yes
Same issue here.
System Information
==================
CPU Architecture: amd64
Operating System: Linux 6.14.0-35-generic
IDE Version: IntelliJ IDEA 2025.2.5 (build IU-252.28238.7)
Plugin Version: 4.125.0
JCEF Support: Yes
~ echo $PATH
/home/zulufoxtrot/.nvm/versions/node/v22.12.0/bin:
~ which node
/home/zulufoxtrot/.nvm/versions/node/v22.12.0/bin/node
I think Kilocode references /usr/bin/node directly, which overrides the path set in PATH by nvm.
I've the same issue as @zulufoxtrot
same for me Current Node.js (/Users/USERNAME/.nvm/versions/node/v18.6.0/bin/node) version is v18.6.0, please upgrade to 20.6.0 or higher for better compatibility. my system is using node 22. Macbook pro m3
I fixed it by upgrating the node version of my system
nvm alias default 22
and the IDE node version under settings > languages & Frameworks > node.js to newer node version and also check coding assistance for node.js
I fixed it by upgrating the node version of my system
nvm alias default 22and the IDE node version under settings > languages & Frameworks > node.js to newer node version and also checkcoding assistance for node.js
It didn't work for me. Thank you anyway @kushtra24