npm

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

  • Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
  • Homepage: https://docs.npmjs.com/
  • Section: web
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