-
-
Notifications
You must be signed in to change notification settings - Fork 130
Failed to build with node 12.1.0 #46
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
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
You can follow the work on getting this running here: #45 |
rebuild-install WARN install No prebuilt binaries found (target=12.1.0 runtime=node arch=x64 libc= platform=darwin) /Users/mayankmittal/.node-gyp/12.1.0/include/node/v8.h:3358:3: note: 'Set' has been explicitly marked deprecated here Is there workaround to go through it? |
Any hope for this one? Can I help somehow? |
No success yet. It would be a great help if you can suggest some work around |
Yeah, I started work on this at #45, but have not had time to finish yet. If you're interested, feel free to work off of that branch.
The current workarounds are:
|
node-10 due to downstream bug with node-12 support (tree-sitter/node-tree-sitter#46)
@maxbrunsfeld would you recommend that we start using Thanks for your help! |
npm install tree-sitter
failed on macOS mojave 10.14.4, with the following errors:It seems that
conversions.cc
uses in-capatible v8 API?The text was updated successfully, but these errors were encountered: