Nice repo! I played a bit with it and found out that each os.networkInterfaces() call does throw a
A system error occurred: uv_interface_addresses returned Unknown system error 13 (Unknown system error 13)
error. I suspect this is an issue with the node version bundled in this repo (v14.15.4) as when I install nodejs on termux this works.
I tried to build a newer version of the libnode.so and depending libs (libs.zip). I modified the termux nodejs build.sh script and added the needed --shared configuration flag and build the lts and latest node version.
When I bundle it with the android app, error 139 is thrown and thats it - if I revert back to the libnode.so and libs.zip from this repo it works. Any hints what I might miss or improtant steps how you build those two files?
Nice repo! I played a bit with it and found out that each os.networkInterfaces() call does throw a
A system error occurred: uv_interface_addresses returned Unknown system error 13 (Unknown system error 13)error. I suspect this is an issue with the node version bundled in this repo (v14.15.4) as when I install nodejs on termux this works.
I tried to build a newer version of the
libnode.soand depending libs (libs.zip). I modified the termux nodejs build.sh script and added the needed--sharedconfiguration flag and build the lts and latest node version.When I bundle it with the android app, error 139 is thrown and thats it - if I revert back to the libnode.so and libs.zip from this repo it works. Any hints what I might miss or improtant steps how you build those two files?