Skip to content

Installing npm

Luis González edited this page Oct 26, 2021 · 2 revisions

Installing npm

First of all, this is the official download page.

Debian

apt-get update
sudo apt install npm

CentOS

curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash -
sudo yum install nodejs

Arch Linux

sudo pacman -S nodejs npm

Windows

Windows installer: https://nodejs.org/en/download/ and follow the setup wizard steps.