A workaround for cmd files has been uncovered to avoid the Terminate batch job prompts when terminating scripts.
We merged the workaround in Yarn in yarnpkg/berry#1939 and cmd-shim applied it in npm@c039646. It would be great to have this fix applied here as well so we can get rid of the prompt for the yarn, pnpm, and npm shims created by corepack (https://github.com/nodejs/corepack/blob/00c2ab1e2c4e606ab1c3a12535fab399789d2814/sources/commands/Enable.ts#L96-L98)
A workaround for
cmdfiles has been uncovered to avoid theTerminate batch jobprompts when terminating scripts.We merged the workaround in Yarn in yarnpkg/berry#1939 and
cmd-shimapplied it in npm@c039646. It would be great to have this fix applied here as well so we can get rid of the prompt for theyarn,pnpm, andnpmshims created bycorepack(https://github.com/nodejs/corepack/blob/00c2ab1e2c4e606ab1c3a12535fab399789d2814/sources/commands/Enable.ts#L96-L98)