how to install npm in linux

C++
sudo apt update
sudo apt install nodejs
sudo apt install npmcurl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install -y nodejsnpm install -g npmbrew install node
Source

Also in C++: