tweaselORG / appstraction

An abstraction layer for common instrumentation functions (e.g. installing and starting apps, setting preferences, etc.) on Android and iOS.
MIT License
4 stars 1 forks source link

Handle Frida bindings not working after Node update #124

Closed baltpeter closed 2 months ago

baltpeter commented 4 months ago
    Error: The module '/usr/lib/node_modules/tweasel-cli/node_modules/frida/build/Release/frida_binding.node'
    was compiled against a different Node.js version using
    NODE_MODULE_VERSION 108. This version of Node.js requires
    NODE_MODULE_VERSION 115. Please try re-compiling or re-installing
    the module (for instance, using `npm rebuild` or `npm install`).
    Code: ERR_DLOPEN_FAILED
baltpeter commented 2 months ago

Closing in favour of https://github.com/tweaselORG/appstraction/issues/132.