vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

Check version of Go or Node or others.

Open mattn opened this issue 4 years ago • 1 comments

Current implementation does not check version of host languages. So when the Go version is too older, user may not realize why installation fails.

mattn avatar Jan 17 '21 15:01 mattn

For npm install you can use this.

https://stackoverflow.com/questions/29349684/how-can-i-specify-the-required-node-js-version-in-package-json

prabirshrestha avatar Feb 22 '21 11:02 prabirshrestha