sublimelsp / LSP-json

Schema validation/completions for your JSON and Sublime files
MIT License
72 stars 9 forks source link

macOS High Sierra: Failed resolving Node.js Runtime #183

Closed jirpok closed 6 months ago

jirpok commented 6 months ago

I'm having this issue on macOS High Sierra 10.13.6 and Sublime Text build 4169:

Failed to start LSP-json - disabling for this window for the duration of the current session.
Re-enable by running "LSP: Enable Language Server In Project" from the Command Palette.

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

I had this exact issue on Linux the other day, but it offered to install a new node instance (which really sucks in its own way, sorry, I had to) and that fixed it. That is not the case now, it just throws the message at me.

This and this didn't help at all. Any ideas?

rchl commented 6 months ago

There should be more relevant info in the console (before this message, I guess).

jirpok commented 6 months ago

Damn! You're right. I didn't scroll all the way up. It requires node >= 18. Thanks!