fix 'nvm: command not found'
@ -21,8 +21,7 @@ fi
#Install nvm manager:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash || error "Failed to install nvm!"
#source ~/.bashrc
export NVM_DIR="$HOME/.nvm"
export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
@ -8,6 +8,8 @@ function error {
}
#Uninstall NodeJS
cd $NVM_DIR
nvm uninstall default || error "Failed to purge Node.JS!"
#Remove nvm