euclidianAce / ltreesitter

Standalone tree sitter bindings for the Lua language
MIT License
89 stars 4 forks source link

install failed in windows #28

Open pkxpp opened 3 months ago

pkxpp commented 3 months ago

C:\Users\pkxpp>luarocks install ltreesitter --verbose Installing http://www.luarocks.org/repositories/rocks/ltreesitter-0.0.7-1.src.rock... Using http://www.luarocks.org/repositories/rocks/ltreesitter-0.0.7-1.src.rock... switching to 'build' mode

Error: C:\Users\pkxpp\AppData\Local\Temp\luarocks_ltreesitter-0.0.7-1-5034/ltreesitter-0.0.7-1.rockspec: Unknown field issues_url

euclidianAce commented 3 months ago

What version of luarocks are you using? If issues_url is tripping it up it's probably an older than 3.0 (Though ideally it wouldn't fail to build). Retry with an updated version of luarocks and report back if that doesn't work.