We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminate batch job
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)
cmd
cmd-shim
yarn
pnpm
npm
corepack
The text was updated successfully, but these errors were encountered:
Sounds good
Sorry, something went wrong.
Terminate batch job (Y/N)?
No branches or pull requests
A workaround for
cmd
files has been uncovered to avoid theTerminate 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 theyarn
,pnpm
, andnpm
shims created bycorepack
(https://github.com/nodejs/corepack/blob/00c2ab1e2c4e606ab1c3a12535fab399789d2814/sources/commands/Enable.ts#L96-L98)The text was updated successfully, but these errors were encountered: