-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
node_gyp issue on Windows #65
Comments
It looks like you don't have |
Thanks for the quick reply! 👍 Is that really required though? Typically Is it possible to enable that for this project as well, so that people aren't required to install all this? It becomes rather painful for library developers if all consumers of that library need these tools also all of a sudden 🙂 |
The actual underlying reason seems to be in nodejs/node-gyp#1753 (comment) On the flip side, I found the simplest way to solve this was to install Visual Studio 2017 build tools and the right C++ toolset. See my comment in the linked bug. |
I think this is out-of-scope for this particular grammar and any such approach would need to be something considered upstream across all grammars not just the C# one. |
When running
npm install tree-sitter-c-sharp --save
on Windows.The text was updated successfully, but these errors were encountered: