You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
romans-ovo, amitkot, Nazaroni, gohanlon and Sangdol