Command 'npm' not found, but can be installed with nginx code example
Example 1: install nginx
sudo apt-get update
sudo apt-get -y install nginx
Example 2: npm: command not found
sudo install npm
sudo apt-get update
sudo apt-get -y install nginx
sudo install npm