npx
Execute binaries from npm packages. More information: <https://github.com/npm/npx>.
RUN apt-get update && \
apt-get install -y npm
RUN apt-get update && \
apt-get install -y npm
RUN apk add npm
RUN pacman -S --noconfirm npm
RUN apt-get update && \
apt-get install -y npm
RUN dnf install -y npm-1
RUN apt-get update && \
apt-get install -y npm