HEX
Server: Apache
System: Linux p3plmcpnl495753.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: griievz70lba (9445158)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/griievz70lba/.nvm/test/installation_node/install with --latest-npm
#!/bin/sh

set -ex

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

set +e # todo: fix
\. ../../nvm.sh
set -e

NVM_DEBUG=1 nvm install --latest-npm 4.2.2 \
  | grep 'Attempting to upgrade to the latest working version of npm...' || die 'did not call through to nvm_install_latest_npm'