We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WIP: https://github.com/matheusd/decrediton/tree/pipetx-win
The basic requirement is that the module needs to use libuv's uv_open_osfhandle. However that has only been added to libuv 1.23.0, which has only been imported in node 10.10.
However, electron 3.x uses node 10.2 (and a custom version at that) so it's not easily upgradable.
We need to wait for electron 4 to to be released, which will use node 10.11, to then come back, update and recheck this work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WIP:
https://github.com/matheusd/decrediton/tree/pipetx-win
The basic requirement is that the module needs to use libuv's uv_open_osfhandle. However that has only been added to libuv 1.23.0, which has only been imported in node 10.10.
However, electron 3.x uses node 10.2 (and a custom version at that) so it's not easily upgradable.
We need to wait for electron 4 to to be released, which will use node 10.11, to then come back, update and recheck this work.
The text was updated successfully, but these errors were encountered: