MAXOUXAX

Results 19 comments of MAXOUXAX

Seems like it is a duplicate of #549

Can be temporarily fixed by setting `emoji` to `False` in the recorder settings.

> > * `npx wrangler pages dev --proxy 8080 -- npm run serve` > > I just tried starting wrangler with npx, and the command works just fine when doing...

> Can you provide a runnable example of the problem? 👉 Here is a complete reproduction video from scratch, including PowerShell, npm and NodeJS versions https://user-images.githubusercontent.com/24844231/169083212-6f83b3ce-96f6-4efb-967e-3e6f22077ec9.mp4

Glad you successfully reproduced the bug! Although I never built a CLI and therefore never used yargs, the bug only happens in PowerShell, the command works just fine in other...

**I think the issue needs to be reopened**, because the command `wrangler pages dev -- npm run serve` is completely broken on PowerShell. What happens is that it doesn't execute...

> Can you try with wrangler 2.0.6, does the problem persist? Oops, didn't mention I, of course, upgraded to [email protected]! As you can see in the screenshot, the command works...

> You can get this to work by putting the command in double quotes: `npx wrangler pages dev -- "npm run serve"`. I just want to mention that even this...

Haven't tested the workaround in previous versions so cannot really tell

> Just tried this behaviour on wrangler 2.0.24, and I am unable to reproduce. Are you still experiencing it? This may also be due to my more up to date...