tried everything but not able to resolve this error #3282
ayushtiwari24
started this conversation in
General
Replies: 1 comment 1 reply
-
It seems to be the same error as #3269. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
npm run dev
⛅️ wrangler 3.70.0 (update available 3.72.0)
⎔ Starting local server...
╭─────────────────────────────────────────────────────────────────╮
│ [b open a [d open [l turn off loca[c clear [x to │
│ browser, Devtools, mode, console, exit │
╰─────────────────────────────────────────────────────────────────╯
╭─────────────────────────────────────────────────────────────────╮│ [b open a [d open [l turn off loca[c clear [x to ││ browser, Devtools, mode, console, exit │╰─────────────────────────────────────────────────────────────────╯╰─────────────────────────────────────────────────────────────────╯C:\Users\tiwar\OneDrive\Desktop\medium-blog\backend\node_modules\wrangler\wrangler-dist\cli.js:29765
throw a;
^
MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above.
at #assembleAndUpdateConfig (C:\Users\tiwar\OneDrive\Desktop\medium-blog\backend\node_modules\miniflare\dist\src\index.js:9178:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Mutex.runWith (C:\Users\tiwar\OneDrive\Desktop\medium-blog\backend\node_modules\miniflare\dist\src\index.js:3521:16) {
code: 'ERR_RUNTIME_FAILURE',
cause: undefined
}
Node.js v20.16.0
Beta Was this translation helpful? Give feedback.
All reactions