I have a student who just ran into this bizarre issue on Windows. We're using run.env like this in an npm script:
"release": "run.env release-it --"
We run it with npm run release and he gets this dialog on Windows:

I looked around for others discussing this, and can't find any reference. I have no idea what's causing it for him on that machine, but I thought I'd make you aware of it.
I have a student who just ran into this bizarre issue on Windows. We're using
run.envlike this in an npm script:We run it with
npm run releaseand he gets this dialog on Windows:I looked around for others discussing this, and can't find any reference. I have no idea what's causing it for him on that machine, but I thought I'd make you aware of it.