Dmytry Victorovich
Dmytry Victorovich
> I missed this screenshot in the issue description  The screenshot was maiden just before the issue was opened. So, the bug exists, and the working case for the...
We added experimental [repository](https://github.com/Wandalen/issue_gyp) for this issue. The results are presented in [README.md](https://github.com/dmvict/issue_gyp). Summary of the experiment - `node-gyp` cannot install three binary modules. [The workflow with installing of three...
[Same failure](https://github.com/Wandalen/wIntrospector/runs/6898300142?check_suite_focus=true#step:12:16). Does anybody know how to fix the bug or has a link to a working package?
I guess that here we have to apply some convention. Something like: - `unwrap`'s should be replaced to `expect`'s if we have reasons to unwrap without handling the error -...