sublimelsp / LSP-css

CSS, SCSS, LESS support for Sublime's LSP plugin
MIT License
37 stars 0 forks source link

The server compilation script emits errors during compilation #47

Closed jfcherng closed 9 months ago

jfcherng commented 9 months ago

Script: https://github.com/sublimelsp/LSP-css/blob/be5f00bc7f64fa8dc6b74a214b82486209fef0e6/language-server/compile-language-server.sh

image

I failed to fix that. LSP-html suffers too.

rchl commented 9 months ago

My guess is that it's a matter of using the same node version that VSCode uses for development. But I can have a look later.

jfcherng commented 9 months ago

I am using the latest LTS v20.10.0 on Windows x64 if that matters. 🤔