-
Notifications
You must be signed in to change notification settings - Fork 8
fix on node 12/13 (hopefully) #7
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
base: master
Are you sure you want to change the base?
Conversation
|
This fix seems to be working like a Charm. I'm using node 13.12.0 on OSX 10.15.5 |
|
I like it, it installs on Node 12+. However I cant seem to get this to work in an electron environment. It's complaining about addon.node could not locate the binding file. |
…ing node restriction
Adding Linux to Supported OS
|
I opened a pull request to solve the addon.node thing. Also it solved a build issue with node-gyp and msvs compiler flags on windows. I PRed it to this PR maybe I should just fork the main repo instead, but it used your Node12+ changes. |
This seems to work on NodeJS 13, at least on macOS Catalina. This is my first time ever working with node-gyp so please excuse any glaring mistakes!