diff --git a/apps/Node.js/uninstall b/apps/Node.js/uninstall index 179fa81..e2da3f9 100755 --- a/apps/Node.js/uninstall +++ b/apps/Node.js/uninstall @@ -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