nvm/test/installation_node
Ricky Bobby f9670e18a6 Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.

 On branch master
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
	new file:   .github/__init__.py
	new file:   .github/workflows/__init__.py
	new file:   .vscode/__init__.py
	new file:   __init__.py
	new file:   test/__init__.py
	new file:   test/fast/Aliases/__init__.py
	new file:   test/fast/Aliases/circular/__init__.py
	new file:   test/fast/Aliases/lts/__init__.py
	new file:   test/fast/Listing paths/__init__.py
	new file:   test/fast/Listing versions/__init__.py
	new file:   test/fast/Set Colors/__init__.py
	new file:   test/fast/Unit tests/__init__.py
	new file:   test/fast/Unit tests/mocks/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested-pkg/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/inside-n_m-nested/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-both/a/b/c/d/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-n_m/a/b/c/d/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/nested-pkg/a/b/c/d/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/no-nesting-both/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/no-nesting-n_m/__init__.py
	new file:   test/fast/Unit tests/mocks/project_dirs/no-nesting-pkg/__init__.py
	new file:   test/fast/__init__.py
	new file:   test/install_script/__init__.py
	new file:   test/installation_iojs/__init__.py
	new file:   test/installation_node/__init__.py
	new file:   test/mocks/__init__.py
	new file:   test/slow/__init__.py
	new file:   test/slow/nvm exec/__init__.py
	new file:   test/slow/nvm reinstall-packages/__init__.py
	new file:   test/slow/nvm reinstall-packages/test-npmlink/__init__.py
	new file:   test/slow/nvm run/__init__.py
	new file:   test/slow/nvm uninstall/__init__.py
	new file:   test/slow/nvm use/__init__.py
	new file:   test/slow/nvm_get_latest/__init__.py
	new file:   test/sourcing/__init__.py
	new file:   test/xenial/__init__.py
2024-04-15 20:34:57 +00:00
..
__init__.py Please enter the commit message for your changes. Lines starting 2024-04-15 20:34:57 +00:00
default-packages [Fix] default_packages: work when the file lacks a trailing newline 2019-02-02 13:45:11 -08: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 binary with binary flag set [New] install: add -b flag to skip building from source 2021-02-16 19:34:23 +05:30
install from source [Tests] move installation_node tests back to xenial 2022-12-22 16:16:10 -08:00
install from source with thread parameter [Tests] move installation_node tests back to xenial 2022-12-22 16:16:10 -08:00
install from source without V8 snapshot for ARM [Tests] move installation_node tests back to xenial 2022-12-22 16:16:10 -08:00
install hook [Tests] move installation_node tests back to xenial 2022-12-22 16:16:10 -08:00
install latest npm [Fix] nvm install-latest-npm: ensure npm 8 does not install on unsupported nodes 2021-10-05 15:13:45 -07:00
install LTS Add unset-variable as exit error 2017-11-15 17:19:05 +01:00
install on bash with ERR trap and set -E [Fix] set -E: Add test for node install on Bash with an ERR trap and set -E 2021-12-27 16:02:25 +11: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 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