C:\Users\roman\OneDrive\Personal\dev\rmandotdev\temp>npx wrangler init temp ⛅️ wrangler 4.20.3 ─────────────────── Using npm as package manager. 🌀 Running `npm create cloudflare@^2.5.0 temp --`... > npx > create-cloudflare temp Need to install the following packages: create-cloudflare@2.49.4 Ok to proceed? (y) y > npx > create-cloudflare temp ────────────────────────────────────────────────────────────────────────────────────────────────────────── 👋 Welcome to create-cloudflare v2.49.4! 🧡 Let's get started. 📊 Cloudflare collects telemetry about your usage of Create-Cloudflare. Learn more at: https://github.com/cloudflare/workers-sdk/blob/main/packages/create-cloudflare/telemetry.md ────────────────────────────────────────────────────────────────────────────────────────────────────────── ╭ Create an application with Cloudflare Step 1 of 3 │ ├ In which directory do you want to create your application? │ dir ./temp │ ├ What would you like to start with? │ category Hello World example │ ├ Which template would you like to use? │ type Static site │ ├ Copying template files │ files copied to project directory │ ├ Updating name in `package.json` │ updated `package.json` │ ├ Installing dependencies │ installed via `npm install` │ ╰ Application created ╭ Configuring your application for Cloudflare Step 2 of 3 │ ├ Installing wrangler A command line tool for building Cloudflare Workers │ installed via `npm install wrangler --save-dev` │ ├ Retrieving current workerd compatibility date │ compatibility date 2025-06-19 │ ├ Do you want to use git for version control? │ yes git │ ├ Initializing git repo │ initialized git │ ├ Committing new files │ git commit │ ╰ Application configured ╭ Deploy with Cloudflare Step 3 of 3 │ ├ Do you want to deploy your application? │ no deploy via `npm run deploy` │ ╰ Done ──────────────────────────────────────────────────────────── 🎉 SUCCESS Application created successfully! 💻 Continue Developing Change directories: cd temp Start dev server: npm run start Deploy: npm run deploy 📖 Explore Documentation https://developers.cloudflare.com/workers 🐛 Report an Issue https://github.com/cloudflare/workers-sdk/issues/new/choose 💬 Join our Community https://discord.cloudflare.com ──────────────────────────────────────────────────────────── C:\Users\roman\OneDrive\Personal\dev\rmandotdev\temp>cd temp C:\Users\roman\OneDrive\Personal\dev\rmandotdev\temp\temp>npx wrangler dev ⛅️ wrangler 4.20.3 ─────────────────── ╭──────────────────────────────────────────────────────────────────────╮ │ [b] open a browser [d] open devtools [c] clear console [x] to exit │ ╰──────────────────────────────────────────────────────────────────────╯ ⎔ Starting local server... ✘ [ERROR] write EOF If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose √ Would you like to report this error to Cloudflare? Wrangler's output and the error details will be shared with the Wrangler team to help us diagnose and fix the issue. ... yes 🪵 Logs were written to "C:\Users\roman\AppData\Roaming\xdg.config\.wrangler\logs\wrangler-2025-06-19_21-52-26_920.log"