Hi there :)<p>I have installed `lsp-tsserver` (https://github.com/microsoft/TypeScript-Sublime-Plugin).<p>When I open a JS file, there is an error message:<p>> Could not start lsp-tsserver
> [WinError 2] The system cannot find the file specified<p>I tried to add the `"node_path": "C:/Program Files/nodejs/node.exe"` in the Sublime Text's configuration file, but it doesn't seem to help.<p>Does anybody know how to fix it?<p>Here is an issue on GitHub where people discuss it: https://github.com/sublimelsp/LSP/issues/337. I asked there too, but the guys there seem to visit GitHub very rarely, so I don't think I will get an answer from there soon.