I tried the Node.js version manager and installed node v22.14.o with npm 11.1.0.
If i execute npm install in my project i geht following issue:
npm ERR! code EEXIST
npm ERR! syscall symlink
npm ERR! path ../@babel/parser/bin/babel-parser.js
550 error Remove the existing file and try again, or run npm
551 error with --force to overwrite files recklessly.
552 verbose exit -17
I also tried node v18.20.7 with npm 10.8.2 and node v18.18.2 with npm 9.8.1
Maybe you could help somehow?