On Ubuntu 25.10, installing tree-sitter-cli fails when missing clang because rquickjs seems to depend on it.
Here's the original issue in tree-sitter repo, and here's the error log: tscli-log.txt
Installing clang with sudo apt install clang fixes the issue.
On Ubuntu 25.10, installing tree-sitter-cli fails when missing clang because rquickjs seems to depend on it.
Here's the original issue in tree-sitter repo, and here's the error log: tscli-log.txt
Installing clang with
sudo apt install clangfixes the issue.