/
home
/
techb158
/
.nvm
/
test
/
installation_node
/
/home/techb158/.nvm/test/installation_node
mkdir
upload
Name
Size
Mode
Actions
default-packages
2666
0775
edit
dl
rm
install already installed uses it
705
0775
edit
dl
rm
install from binary
678
0775
edit
dl
rm
install from binary with binary flag set
1367
0664
edit
dl
rm
install from source
834
0775
edit
dl
rm
install from source without V8 snapshot for ARM
762
0775
edit
dl
rm
install from source with thread parameter
950
0775
edit
dl
rm
install hook
1404
0775
edit
dl
rm
install latest npm
2437
0775
edit
dl
rm
install LTS
1291
0775
edit
dl
rm
install on bash with ERR trap and set -E
1005
0775
edit
dl
rm
install two versions and use the latest one
682
0775
edit
dl
rm
install version specified in .nvmrc from binary
510
0775
edit
dl
rm
install while reinstalling packages
1568
0775
edit
dl
rm
install with --alias
244
0775
edit
dl
rm
install with --default
251
0775
edit
dl
rm
install with --latest-npm
269
0775
edit
dl
rm
setup_dir
62
0775
edit
dl
rm
teardown_dir
268
0775
edit
dl
rm
Edit:
/home/techb158/.nvm/test/installation_node/install with --latest-npm
(269B)
#!/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'
Save
cmd:
run