-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./script/compile is not producing binaries although no failures occur #186
Comments
The script unfortunately depends on a specific behaviour of a much older version of tree-sitter-cli
|
npm only has x64 binaries and cargo doesn't have that version. What's a guy to do? |
Any suggestions on this? Obviously a blocking issue for me ... |
I'm not able to reproduce this on |
I'm on an M1 Mac. Thus the x64 binaries will not work. Yes, |
Unfortunately you can't build with the newer version of tree-sitter as they are not ABI compatible. |
What am I doing wrong?
The text was updated successfully, but these errors were encountered: