sublimelsp / LSP-css

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

Error while installing #17

Closed rwols closed 3 years ago

rwols commented 4 years ago

I'm seeing this in my console now that I've git-pulled the latest changes:

LSP-css: Error while installing the server. 
 Command '['npm', 'install', '--verbose', '--production', '--prefix', '/home/raoul/.config/sublime-text-3/Cache/LSP-css/language-server', '/home/raoul/.config/sublime-text-3/Cache/LSP-css/language-server']' returned non-zero exit status -11
LSP-intelephense: Error while installing the server. 
 Command '['npm', 'install', '--verbose', '--production', '--prefix', '/home/raoul/.config/sublime-text-3/Cache/LSP-intelephense/language-server', '/home/raoul/.config/sublime-text-3/Cache/LSP-intelephense/language-server']' returned non-zero exit status -11
rwols commented 4 years ago

Looks like my npm is segfaulting for some reason...

~/.c/s/Cache $ npm
fish: “npm” terminated by signal SIGSEGV (Address boundary error)
rchl commented 3 years ago

Hopefully, it's all resolved now but it doesn't look like related to this package anyway.