pnpx Command Examples

Directly execute binaries from npm packages, using pnpm instead of npm. Note: This command is deprecated! Use pnpm exec and pnpm dlx instead. More information: https://web.archive.org/web/20220117192755/https://pnpm.io/pnpx-cli.

pnpx {{module_name}}

pnpx --package {{package_name}} {{module_name}}

pnpx --help