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)
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
to1
as it's not official supported. (details)References