Bash Command Fix
Sometimes when you run a bash/shell command and you get errors, it might be that your shell is using dash.
We have a script to check and install npm modules:
if [[ ${NPM_INSTALL} == 'YES' ]]
then
echo "$(tput setaf 4)Doing NPM Install...$(tput sg...
ettiennelouw.hashnode.dev1 min read