sublimelsp / LSP-css

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

chore: update server #45

Closed jfcherng closed 1 year ago

jfcherng commented 1 year ago

As a note, npm install generates the lockfile in v3 format with my npm v9.6.7. yarn failed to convert v3 npm lockfile into a yarn lockfile. So I added --lockfile-version 2 flag to force v2 npm lockfile generation.