how to install node and npm in latest version in ubuntu code example
Example 1: install npm ubuntu
sudo apt update
sudo apt install nodejs
sudo apt install npm
Example 2: install node package manager ubuntu 18.04
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash