How do i fix this error, isolated it to a new project and the problem persists (nothing to do with t
How do i fix this error, isolated it to a new project and the problem persists (nothing to do with the code, e.g npx create-cloudflare@latest):
npm run dev
wrangler 3.62.0
-------------------
⎔ Starting local server...
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ [b] open a browser, [d] open Devtools, [l] turn off local mode, [c] clear console, [x] to exit │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
C:...\test-wrangler\jolly-pine-7ab4\node_modules\wrangler\wrangler-dist\cli.js:29747
throw a;
^
MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
at #assembleAndUpdateConfig (C:...\test-wrangler\jolly-pine-7ab4\node_modules\miniflare\dist\src\index.js:9161:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Mutex.runWith (C:...\test-wrangler\jolly-pine-7ab4\node_modules\miniflare\dist\src\index.js:3521:16) {
code: 'ERR_RUNTIME_FAILURE',
cause: undefined
}
Node.js v22.3.0
https://github.com/cloudflare/workers-sdk/issues/6170#issuecomment-2198662368
npm run dev
dev
wrangler dev
-------------------
⎔ Starting local server...
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ [b] open a browser, [d] open Devtools, [l] turn off local mode, [c] clear console, [x] to exit │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
C:...\test-wrangler\jolly-pine-7ab4\node_modules\wrangler\wrangler-dist\cli.js:29747
throw a;
^
MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
at #assembleAndUpdateConfig (C:...\test-wrangler\jolly-pine-7ab4\node_modules\miniflare\dist\src\index.js:9161:13)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Mutex.runWith (C:...\test-wrangler\jolly-pine-7ab4\node_modules\miniflare\dist\src\index.js:3521:16) {
code: 'ERR_RUNTIME_FAILURE',
cause: undefined
}
Node.js v22.3.0
https://github.com/cloudflare/workers-sdk/issues/6170#issuecomment-2198662368
GitHub
Which Cloudflare product(s) does this pertain to? Miniflare What version(s) of the tool(s) are you using? 3.20240620.0 [Miniflare] What version of Node are you using? 22.3.0 What operating system a...


