-
Notifications
You must be signed in to change notification settings - Fork 120
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
Build failure with node 17 #102
Comments
I can confirm this happens for node 18 too. Is there any workaround? |
Same issue for node 17.0.1 and npm 8.1.0 |
Same issue with node 18.10 on macOS |
Same issue with node 18.10 on linux |
Same issue with node 18.7.0 on ubuntu 22.10. |
This seems to be resolved with the update to 0.20.1, thanks! |
jonorthwash
added a commit
to jonorthwash/syntax-highlighter
that referenced
this issue
Jan 14, 2023
Old versions of tree-sitter don't build with recent versions of node: tree-sitter/node-tree-sitter#102
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing the
tree-sitter
using node version17.4.0
withnpm
seem to fail with the following errors:This is not the case when using node 16.
The text was updated successfully, but these errors were encountered: