Cloudflare workers: cannot import "node:events"

When running pnpm wrangler dev i get this error
Uncaught Error: Dynamic require of "node:events" is not supported

the line that this points in the transpiled js is this
const node_events_1 = __importDefault(require("node:events"));

how can i fix this ?
Was this page helpful?