frida-compile icon indicating copy to clipboard operation
frida-compile copied to clipboard

unable to resolve: tls, crypto, zlib, bufferutil, utf-8-validate

Open Gavin0210 opened this issue 1 year ago • 8 comments

code import WebSocket from 'ws'; command: frida-compile test_compile.js -o test.js frida-compile version 16.1.8 following is package.json { "name": "test_frida_compile", "version": "1.0.0", "description": "", "main": "test.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "type": "module", "dependencies": { "ws": "^8.13.0" } }

Gavin0210 avatar Mar 21 '23 07:03 Gavin0210