-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install fails on Windows/MSVC #63
Comments
Thanks for your report. This library currently does not support Windows build as our dependency libjsonnet does not so. |
That error comes from this line https://github.com/google/jsonnet/blob/108e5d7ba7de3dfa42468461acbb3b1385aed629/CMakeLists.txt#L42 and I think the expected fix is only to set up the compiler-specific command line options for MSVC. |
Started some trial and error at #65. It would be appreciated if you could help debug it :) |
Thanks for the quick response, much appreciated! The build succeeds now when installing the package but when I try to use it I get the following error:
The node-jsonnet.node file does exist in the module's folder I uploaded my test repo to https://github.com/Osherg/jsonnet-test |
Running npm install in an empty project yields the following output:
The text was updated successfully, but these errors were encountered: