npx

Execute binaries from npm packages. More information: <https://github.com/npm/npx>.

Debian Debian
RUN apt-get update && \ apt-get install -y npm
Ubuntu
RUN apt-get update && \ apt-get install -y npm
Alpine
RUN apk add npm
Arch Arch Linux
RUN pacman -S --noconfirm npm
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y npm
Fedora
RUN dnf install -y npm-1
Raspbian
RUN apt-get update && \ apt-get install -y npm
click the source code to copy install npx on any operating system with command-not-found.com