npm

JavaScript and Node.js package manager. Manage Node.js projects and their module dependencies. More information: <https://www.npmjs.com>.

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 npm on any operating system with command-not-found.com