frida/frida-node

Prebuilt binaries for node v13.x?

dogtopus opened this issue · 3 comments

Currently attempting to install frida on node v13.x will fail with error indicating that no prebuilt binaries was found.

This is blocked on support for it in node-abi. Would you be interested in opening a PR there? Should only be a matter of adding it to the list in index.js.

@oleavr
node-abi already support node 13, but frida-node still install failed. My node version is 13.1.0?

@gebing Yay! We now only need to delete the lock-file and add the version to the list in releng/release.py. Will do it on the next release, most likely tomorrow.