"peerDependencies": {
"@sveltejs/kit": "^2.0.0",
"wrangler": "^3.28.4"
},
wrangler as a project dependency did not resolve this error. This project is using nodejs_compat (not v2), which is why the error seems to be a bug in cloudflare. 2024-09-23

nodejs_compat_v2 compatibility flag is experimental and must be prefixed with experimental:. Use experimental:nodejs_compat_v2 wranglernodejs_compat2024-09-23nodejs_compat_v2experimental:experimental:nodejs_compat_v2