wrangler pages dev .svelte-kit/cloudflare --port 80
wrangler pages dev .svelte-kit/cloudflare --port 80
I get the following error:
Library/pnpm/global/5/.pnpm/wrangler@3.19.0/node_modules/wrangler/wrangler-dist/cli.js:29374 throw a; ^MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above. at #assembleAndUpdateConfig (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:8889:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Mutex.runWith (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:3861:16) { code: 'ERR_RUNTIME_FAILURE', cause: undefined}Node.js v20.0.0
Library/pnpm/global/5/.pnpm/wrangler@3.19.0/node_modules/wrangler/wrangler-dist/cli.js:29374 throw a; ^MiniflareCoreError [ERR_RUNTIME_FAILURE]: The Workers runtime failed to start. There is likely additional logging output above. at #assembleAndUpdateConfig (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:8889:13) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Mutex.runWith (/Users/billyclark/Library/pnpm/global/5/.pnpm/miniflare@3.20231030.3/node_modules/miniflare/dist/src/index.js:3861:16) { code: 'ERR_RUNTIME_FAILURE', cause: undefined}Node.js v20.0.0
Which Cloudflare product(s) does this pertain to? Wrangler core What version(s) of the tool(s) are you using? 3.3.0 What version of Node are you using? 20.5.0 What operating system are you using? M...