Alloyed / lua-lsp

A Lua language server
MIT License
288 stars 21 forks source link

install command in documentation doesn't work #19

Closed roberto-proenca closed 5 years ago

roberto-proenca commented 6 years ago

I tried installing following the instructions: $ luarocks install --from=http://luarocks.org/dev lua-lsp

but i received an error: Error: No results matching query were found.

it only found the download with: $ luarocks install --from=http://luarocks.org/dev lua-lsp

Alloyed commented 6 years ago

I uh, don't see the difference between the two? I'll go test it right now yeah it worked for me: maybe we have different versions of luarocks installed or something?

ThaisRobba commented 6 years ago

Seems like Luarocks 2.0 (standard with LuaForWindows) doesn't work with that command.

Stanzilla commented 6 years ago

LuaForWindows is pretty outdated though

ThaisRobba commented 6 years ago

Aye - it would probably warrant a note or something in the README.md as it is still one of the most common ways to install Luarocks on Windows.

Alloyed commented 5 years ago

feel free to reopen if you are still having issues~