HEX
Server: Apache
System: Linux web1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: theyoung2 (2249)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //bin/list_installed_node_versions.sh
#!/bin/bash
set -e

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"

nvm ls --no-colors | awk '/^ *v[0-9]+\.[0-9]+\.[0-9]+/ {print $1}'