Installing npm - wazuh/wazuh-qa GitHub Wiki

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.