sublimelsp / lsp_utils

Module with LSP-related utilities for Sublime Text
https://sublimelsp.github.io/lsp_utils/
MIT License
16 stars 6 forks source link

Is Node v12 too old? #78

Closed jfcherng closed 3 years ago

jfcherng commented 3 years ago

lsp_utils installs Node v12 while some packages requires Node v14 like servers which comes from VSCode: LSP-css, LSP-html (not sure about the latest master json server in VSCode's repo).

The major problem using Node v14 is that if you are on Windows 7, you have to set env variable NODE_SKIP_PLATFORM_CHECK to 1 as it's not official supported. (details)

References

rchl commented 3 years ago

The only thing that makes it difficult is if would want to remove the old node instance. But maybe we don't have to, not sure.

jfcherng commented 3 years ago

It could be removed in a later, another PR anyway. Or, we get stuck at v12 forever.