debian install npm

C
# Debian installing Node.JS and NPM package manager
sudo apt update
sudo apt install nodejs npm
Source

Also in C: