npx --yes cowsay hello
Category: Node.js & npm/yarn
npx --yes cowsay hello
Run a package from npm without installing it, auto-confirming the install prompt with --yes
Runs a package without installing it and auto-accepts the download prompt. The --yes flag skips the 'is it okay to download this?' confirmation.