kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 67 forks source link

Can't install Python LSP using LspInstall, in WSL2 #171

Closed dvchoudh closed 2 years ago

dvchoudh commented 2 years ago

So, i'm using WSL2 (on Windows 10) and whenever I try doing :LspInstall python in neovim I get this error:

image

Does anybody know how I can fix this?

Arrow-x commented 2 years ago

same on Manjaro Linux it installed lua just fine

dvchoudh commented 2 years ago

@Arrow-x so looks like I had an old version of node. I installed v16.10.0 which is the most recent one available, and it fixed the issue. Hope that helps you out.