Closed tiltue closed 3 months ago
In which language is the server written. Usually an error like this points to an invalid path.
Thank you very much for your answer. The server is written in Scala. What kind of invalid path?
I also opened another issue here, since I got a different error message after trying some different versions of the npm packages.
likely related to https://github.com/nodejs/node/issues/52554 I'm running into the same issue with the kotlin language server, a different cursor installation with an older version of node (20.9) works but vscode with node version 20.14 does not
I have just installed vscode 1.91 and the error is gone, nodejs version 20.9
Thank you very much for your recommendation, I tried those versions but unfortunately, it is not working for me...
@tiltue try 1.91, I accidentally wrote 1.92 on my last message, which is the latest version and obviously not what I meant, sorry 😅
@raycar5 thanks for the pointers. We (in VS Code) got actually hit by this as well ;-)
I will close the issue since this is caused by NodeJS itself.
I get the following error when I start my extension:
I already tried many different versions of all components, but nothing seems to work. I am currently working with: "@types/node": "^14.14.14",
"vscode-languageclient": "^7.0.0", "vscode": "^1.1.37", "@types/vscode": "^1.89.0" This configuration used to work a few weeks ago, but suddenly with no noticeable changes I got this error.... Does anyone experience the same issue? Any help is highly appreciated.