Compilation error when missing clang
kind:documentationtag:help wanted
On Ubuntu 25.10, installing tree-sitter-cli fails when missing clang because rquickjs seems to depend on it.
Here's the [original issue](https://github.com/tree-sitter/tree-sitter/issues/5192) in tree-sitter repo, and here's the error log: [tscli-log.txt](https://github.com/user-attachments/files/24415535/tscli-log.txt)
Installing clang with `sudo apt install clang` fixes the issue.
13 条评论