Level 8
sudo which bash
if nothing sudo yum install bash if it gives you a path like (/bin/bash) substitute bash for /bin/bash like below
sudo yum groupinstall 'Development Tools' sudo curl -sL https://rpm.nodesource.com/setup_12.x | /bin/bash -
sudo yum install npm