npm
JavaScript and Node.js package manager. Manage Node.js projects and their module dependencies. More information: <https://www.npmjs.com>.
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