You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have clone the project frida-agent-example from https://github.com/oleavr/frida-agent-example . and add import {readdir} from "frida-fs"; to agent/index.ts.
I get error when build
after add moduleResolution="Node16", get the same error
node.js vesion: v18.16.0
The text was updated successfully, but these errors were encountered:
I have clone the project frida-agent-example from https://github.com/oleavr/frida-agent-example . and add
import {readdir} from "frida-fs";
to agent/index.ts.I get error when build
after add moduleResolution="Node16", get the same error
node.js vesion: v18.16.0
The text was updated successfully, but these errors were encountered: