sublimelsp / LSP-volar

Vue support for Sublime's LSP plugin
MIT License
84 stars 8 forks source link

Failed resolving Node.js Runtime. Please check in the console for more details. #181

Closed Mrceel closed 1 year ago

Mrceel commented 1 year ago

Could not start LSP-volar due to not being able to resolve suitable Node.js runtime on the PATH. Press the "Download Node.js" button to get required Node.js version (note that it will be used only by LSP and will not affect your system otherwise).

--- Error: --- Failed resolving Node.js Runtime. Please check in the console for more details.

我已经通过nvm安装了nodejs

rchl commented 1 year ago

Press the button as it says to quickly fix it or fix the PATH environment that ST sees - https://lsp.sublimetext.io/troubleshooting/#updating-the-path-used-by-lsp-servers

predragnikolic commented 1 year ago

@Mrceel, Did you managed to resolve your issue?

predragnikolic commented 1 year ago

Some node language servers require a specific version of node to be installed, in order to function properly.

My best suggestion for you is to just press the "Download Node.js" button, that will install the node version that should work with most of the servers for now.