euclidianAce / tree-sitter-teal

A tree sitter grammar for Teal, a typed dialect of Lua
38 stars 4 forks source link

Build error #20

Closed Suyashtnt closed 5 months ago

Suyashtnt commented 2 years ago

When I try building this, I get an error

image

This seems to be a volta error, which is caused by not having a node_modules folder

Andre-LA commented 1 year ago

I personally got it working here, I installed tree-sitter-cli through cargo, I'm using tree-sitter 0.20.8, and commands like generate, test and highlight works.

Curiously make don't work for me though.