nvm/test/installation_node
Kayla Altepeter a5aec107df
[New] adding default and alias option to `nvm install`
For: `nvm install 8.12.0` after install:

--alias=8 is equivalent to `nvm alias 8 8.12.0`
--default is equivalent to `nvm alias default 8.12.0`

Co-authored-by: Kayla Altepeter <kayla@kaylaaltepeter.com>
Co-authored-by: Dena Burd <me@Denas-MacBook-Air.local>
Co-authored-by: Jordan Harband <ljharb@gmail.com>
2018-10-22 08:32:29 -05:00
..
default-packages [Fix] `default_packages`: work when the file lacks a trailing newline 2019-02-02 13:45:11 -08:00
install LTS Add unset-variable as exit error 2017-11-15 17:19:05 +01:00
install already installed uses it [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
install from binary [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
install from source [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
install from source implicitly Remove useless trailing newlines 2018-02-26 01:01:30 +08:00
install from source with thread parameter [Tests] Use node v0.10.7 for thread para test as other install from src tests 2017-04-09 13:08:04 +08:00
install from source without V8 snapshot for ARM Add missing final newline in test script 2018-02-26 01:02:41 +08:00
install hook [Fix] Improve `nvm_is_version_installed` to check for a node executable instead of root dir 2018-05-31 15:26:30 -07:00
install latest npm [Tests] fix failing tests on master due to npm registry SSL changes 2018-08-15 15:01:47 -07:00
install two versions and use the latest one [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
install version specified in .nvmrc from binary Remove useless trailing newlines 2018-02-26 01:01:30 +08:00
install version specified in .nvmrc from source Remove useless trailing newlines 2018-02-26 01:01:30 +08:00
install while reinstalling packages [Fix] `install`: improved arg parsing around `--reinstall-packages-from` 2020-06-04 16:15:39 -07:00
install with --alias [New] adding default and alias option to `nvm install` 2018-10-22 08:32:29 -05:00
install with --default [New] adding default and alias option to `nvm install` 2018-10-22 08:32:29 -05:00
install with --latest-npm [New] `nvm install`: add `--latest-npm` option to automatically try to upgrade to the latest working version of `npm`. 2017-06-11 14:15:04 -07:00
setup_dir Remove useless trailing newlines 2018-02-26 01:01:30 +08:00
teardown_dir [Tests] fix failing tests on master due to npm registry SSL changes 2018-08-15 15:01:47 -07:00