"Wrangler does not exist" error when atttempting to deploy a pages project
I'm trying to get an pages project to have git integration however I can't get it to deploy the build outputs.
The command for deploying is:
wrangler pages deploy .vercel/output/static
However when I retry the build it ends up giving me this error:

3 Replies
I used to use this exact command locally and it would work just fine, however since I'm on windows(instead of linux) I can't run
npx @cloudflare/next-on-pages to build it. That's why I am trying to get automatic builds on cloudflareI might just be tripping, but shouldn't you just put npx in front of the deploy command?
oh it seems to be it, thanks