MMCT TEAM
Server IP : 217.21.85.138  /  Your IP : 216.73.216.103
Web Server : LiteSpeed
System : Linux in-mum-web906.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u915722082 ( 915722082)
PHP Version : 7.4.33
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u915722082/.nvm/test/slow/nvm uninstall/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u915722082/.nvm/test/slow/nvm uninstall/Running 'nvm uninstall 0.12.6' uninstalls v0.12.6
#!/bin/sh

die () { echo "$@" ; exit 1; }

# Source nvm
\. ../../../nvm.sh

# Version to install/uninstall
NVM_TEST_VERSION=0.12.6

# Make sure it's not already here
[ -e ../../../$NVM_TEST_VERSION ] && rm -R ../../../$NVM_TEST_VERSION

# Install it
nvm install $NVM_TEST_VERSION

# Make sure it installed
nvm ls | grep "$NVM_TEST_VERSION" || die "Failed to install node"

# Switch to another version so we can uninstall
nvm use 0.12.7

# if zsh, set "nomatch" opt to reproduce failure from https://github.com/nvm-sh/nvm/issues/1228
if nvm_has "setopt"; then
  setopt nomatch
fi

# Uninstall it
nvm uninstall $NVM_TEST_VERSION

# Make sure it uninstalled
nvm ls | grep "$NVM_TEST_VERSION"
[ "$?" != "0" ] || die "Failed to uninstall node"

MMCT - 2023