fix 'nvm: command not found'

pull/498/head
scamdotnet 3 years ago committed by GitHub
parent 2fc7d6c048
commit b75d4e0882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,6 +8,8 @@ function error {
}
#Uninstall NodeJS
export NVM_DIR="$HOME/.config/nvm"
cd $NVM_DIR
nvm uninstall default || error "Failed to purge Node.JS!"
#Remove nvm

Loading…
Cancel
Save