Unable to run dev on any projects.
Somehow my environment is no longer able to run locally any worker. I even created a fresh "Hello World" worker and they all give the same error (see below). I noticed that I had lots of workerd processes running and killed them all (CPU was buring). Same issue after. Restarted, still same error below. Any suggestions?
2 Replies
Hey,
It sounds like you hit this:
https://github.com/cloudflare/workers-sdk/issues/5190
Try upgrading wrangler to @3.32.0 or downgrading node
GitHub
🐛 BUG: After upgrading nodejs to version 21.7.0
wrangler dev
fail...Which Cloudflare product(s) does this pertain to? Workers Runtime, Wrangler core, Miniflare What version(s) of the tool(s) are you using? 3.31.0 [Wrangler] What version of Node are you using? 21.7....
Thanks, will give that a try
Wrangler upgrade didn't fix. Same error, going to downgrade Node.
The issue was with node, thanks @Chaika !
The fix was released today as part for miniflare 3.20240304.1 !!! 😺