Error compiling on MacOS v11.5.1
Trying to compile Frida-compile via:
npm install [email protected] and make gum-macos NODE=/usr/local/bin/node (From Frida source)
npm ERR! code ETARGET npm ERR! notarget No matching version found for frida-compile@^10.2.4. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.
Logfile output: 49 verbose cwd /Users/user/apps/frida/frida-gum/bindings/gumjs 50 verbose Darwin 20.6.0 51 verbose argv "/usr/local/Cellar/node/16.6.0/bin/node" "/usr/local/bin/npm" "install" 52 verbose node v16.6.0 53 verbose npm v7.19.1 54 error code ETARGET 55 error notarget No matching version found for frida-compile@^10.2.4. 56 error notarget In most cases you or one of your dependencies are requesting 56 error notarget a package version that doesn't exist.