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"
}
{
"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"
Error: Failed to publish your Function. Got error: Uncaught Error: No such module "node:events".
imported from "functionsWorker-0.7426580704521399.js"
3 Replies
seb
sebOP3w ago
I removed the wrangler file and added the same things here just to be sure and nothing changed
No description
seb
sebOP3w ago
seb
sebOP3w ago
I tried switching to npm and nothing changed

Did you find this page helpful?