Missing module error 'wrangler:modules-watch' when running wrangler pages dev on Nitro build.
Missing module error 'wrangler:modules-watch' when running wrangler pages dev on Nitro build.
Problem statement normalized from the linked evidence
CANDIDATE VIEW · NOT A PUBLISHED OPPORTUNITY
01
Qualification checklist
Gate decision: Aug 15, 2026
×
At least 3 independent users2 / 3
NOT MET
×
At least 2 independent discussions1 / 2
NOT MET
×
At least 1 supporting signal1 Workarounds
NOT MET
02
Observed signals
Users2
Discussions1
Mentions2
Active days1
Source coverageGitHub
TrendUNKNOWN
First seenJul 25, 2026
Last seenJul 25, 2026
Why the gate is holding
Fewer than 3 independent users
Fewer than 2 independent discussions
No supporting growth, persistence, intent, workaround, alternative, blocked-workflow, or cross-source signal
Competition research, commercial scoring, and Build Gap analysis do not run until this gate passes.
03
Source evidence
2 evidence records
github · MEDIUM · Jul 25, 2026
cloudflare/workers-sdk
> [!NOTE] > This is an automated, advisory triage report generated by workers-devprod. It is not an official maintainer response — a maintainer will follow up. 🤖 Automated triage report # Issue Triage: cloudflare/workers-sdk#14845 ## Summary `wrangler pages dev .output/public` crashes with `No such module "wrangler:modules-watch"` (imported from `pages-shim.js`) on a Nitro project built with the `cloudflare-module` preset. ## Classification - **Type:** Bug - **Component:** `packages/wrangler` (Pages dev) — but roo…
Bug Report: Uncaught Error: No such module "wrangler:modules-watch" when running wrangler pages dev on Nitro build
### What versions & operating system are you using? OS: Windows Wrangler Version: 4.114.0 (or current) Node.js Version: v24.14.0 Framework: Nitro (version 3.0.260603-beta), TanStack Start, Vite 8.1.5 ### Please provide a link to a minimal reproduction https://github.com/hpx07/nitro-wrangler-bug-repro ### Describe the Bug When running npx wrangler pages dev .output/public on a project built with Nitro (using the cloudflare-module preset), the Workers runtime fails to start due to a missing module error related to wr…