Skip to content

Update node version as os.networkInterfaces() fails  #1

@neophob

Description

@neophob

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions