Skip to content
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

Make pipetx work on windows #1712

Closed
matheusd opened this issue Oct 12, 2018 · 0 comments
Closed

Make pipetx work on windows #1712

matheusd opened this issue Oct 12, 2018 · 0 comments

Comments

@matheusd
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant