frida-compile
frida-compile copied to clipboard
unable to resolve: tls, crypto, zlib, bufferutil, utf-8-validate
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" } }