sql-language-server icon indicating copy to clipboard operation
sql-language-server copied to clipboard

Can we use local installation using `npm i`?

Open avneeshn opened this issue 2 years ago • 2 comments

I see that the library doesn't work with local installation using npm i. Is there a way we can achieve this?

avneeshn avatar Jul 10 '23 23:07 avneeshn

@avneeshn What do you mean by local installation? I think it works with basic usage with npm install. Can you elaborate more about the details?

joe-re avatar Jul 23 '23 18:07 joe-re

I think they want it to use a project-local version, which would require the command being yarn run sql-language-server ... and/or use the bin installed locally into node_modules. I do think that's possible with configuration of whatever's invoking the language server, though.

tstirrat15 avatar Sep 15 '25 20:09 tstirrat15