Error: Could not locate the binding file. Tried: node_modules/frida/build/frida_binding.node
#14
Labels
enhancement
New feature or request
frida_binding.node
from https://github.com/frida/frida/releases/ manually (the packaged file name isfrida-v{version}-node-*.tar.gz
, for example,frida-v15.0.13-node-v64-darwin-arm64.tar.gz
). Pick the right version and architecture for you, and then put it intonode_modules/frida/build
folder.Explanation:
frida is using prebuild-install to install binary files from GitHub Release.
If your server has any trouble with visiting the Amazon S3 servers (which is all the GitHub release artifacts are hosted on), then your NPM install will fail to download the binary files (
frida_binding.node
in our case).The text was updated successfully, but these errors were encountered: