>_ linuxcommand.dev
Startseite npx
Programming

npx

NPM Package Runner

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Verified: 2026-03-04
Syntax
$npx [options] <command> [args]
Optionen
-p
--package
-c
--call
Examples
$npx create-react-app myapp
$npx http-server
$npx package-name
Typical use cases
?
Standard usage
npx --help
Note Runs npm packages without global installation.
Export