microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

How to run it on Windows? #771

Closed john-cj closed 3 years ago

john-cj commented 3 years ago

When I open a JS file, there is an error:

Could not start lsp-tsserver [WinError 2] The system cannot find the file specified

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.

What I need to do?