sql-language-server
sql-language-server copied to clipboard
Can we use local installation using `npm i`?
I see that the library doesn't work with local installation using npm i. Is there a way we can achieve this?
@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?
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.