how to install npm i in ubuntu code example
Example 1: node install ubuntu
# Through nodesource
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install nodejs
Example 2: installing nvm on ubuntu 18.04
nvm install 12.18.3