debian install npm

C
# Debian installing Node.JS and NPM package manager
sudo apt update
sudo apt install nodejs npmsu -
apt install curl -y
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt install -y nodejssudo apt install nodejs
Source

Also in C: