Cloudflare DevelopersCD
Cloudflare Developers10mo ago
3 replies
seb

Uncaught Error: No such module "node:events".

I'm trying to deploy my SvelteKit app on Cloudflare using bun

I'm using the crypto module (importing it with node:crypto) and this is my wrangler.json:

{
  "compatibility_flags": [
    "nodejs_compat"
  ],
  "compatibility_date": "2024-09-23"
}


I don't think that cloudflare is reading the configuration file tho because after a success message i get this:
Error: Failed to publish your Function. Got error: Uncaught Error: No such module "node:events".
imported from "functionsWorker-0.7426580704521399.js"
Was this page helpful?