I ran into an error saying npm ERR! Error: Cannot install tree-sitter-cli for architecture arm64 (tree-sitter/tree-sitter#942) while installing tree-sitter-phpdoc.
This is because of tree-sitter-cli version is set to ^0.17.3 -- The issue has been fixed in tree-siter-cli v0.18.3+. Can you update the dependency version so that I can install the module on a arm64 mac? Thanks!