-
-
Notifications
You must be signed in to change notification settings - Fork 224
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-build Environmental dependency issues #578
Comments
When I wrote the script, it was near impossible to make it work on Windows. It works on MacOS and Linux however. I will see if this has changed, but unfortunately I have no Windows available to test. |
This is very uncomfortable. Windows environments can be built using virtual machines, but I don't know if such a virtual environment meets the requirements. This library is great! I hope to consider compatibility with Windows in my spare time. This will add a lot of points. Thank you for creating it |
The problem is much worse. After working on this for two days, it seems that Go/CGO only compiles with GCC, and node-gyp only compiles with MSVC, and the resulting node library is not working. The problem that occurs is: "Error: Module did not self-register". In your specific case though, you didn't install VS, see https://github.com/tdewolff/minify/tree/master/bindings/js#installation-on-windows |
Originally posted by @tdewolff in #519 (comment)
npm install node-gyp-build@latest -g
,Still not workingThe text was updated successfully, but these errors were encountered: