Cloudflare workers: cannot import "node:events"
When running pnpm wrangler dev i get this error
the line that this points in the transpiled js is this
how can i fix this ?
the line that this points in the transpiled js is this
how can i fix this ?
Uncaught Error: Dynamic require of "node:events" is not supportedconst node_events_1 = __importDefault(require("node:events"));