You need `nodejs_compat` compat flag, not `node_compat` to import from any `node:` namespace. But ye

You need nodejs_compat compat flag, not node_compat to import from any node: namespace. But yes, the latest version of wrangler did break live reloads with node: imports, and is being tracked here: https://github.com/cloudflare/workers-sdk/issues/4959
Was this page helpful?