376 Commits (4b6075e29bbcb4ce995dda268683014b626dd52e)

Author SHA1 Message Date
Jordan Harband cb6456fd85 Using `nvm_version_greater_than_or_equal_to` instead of `nvm_version_greater` where it increases readability. 10 years ago
Jordan Harband 991fb85047 Adding `nvm_version_greater_than_or_equal_to` 10 years ago
Jordan Harband c992b1766c Use `nvm_num_version_groups` in `nvm_ls` 10 years ago
Jordan Harband 4b2bc0be08 Adding `nvm_num_version_groups` 10 years ago
Jordan Harband e186fa27a7 Use `nvm_version_greater` in `nvm_binary_available` 10 years ago
Jordan Harband f6e0104685 Use `nvm_normalize_version` in `nvm_version_greater` 10 years ago
Jordan Harband d5d66c34d9 If there's no "default" specified, fall back to an .nvmrc file. 10 years ago
Jordan Harband 152904e3fb Return a nonzero exit code from nvm_rc_version when no .nvmrc found 10 years ago
Jordan Harband 64de890d07 v0.16.1 10 years ago
Jordan Harband 3d3145f2e0 install: don't output "additional options" when there are none. 10 years ago
Jordan Harband 4c948cf422 install: Ensure that if a version is not provided, we don't try to shift a nonexistent argument. 10 years ago
Jordan Harband f8054d5cae copy-packages: ensure that `nvm_version` is also applied to compare the provided version to the current one. 10 years ago
Jordan Harband d1b6332bbe v0.16.0 10 years ago
Jordan Harband 687df82107 Make `nvm copy-packages system` work. 10 years ago
Jordan Harband ff1781b95d Make `nvm copy-packages` refuse to copy packages from the currently activated version. 10 years ago
Jordan Harband 110e571c34 Make `nvm ls system` work. 10 years ago
Jordan Harband 9d96e4a6bf v0.15.0 10 years ago
Jordan Harband 214ce8853b `npm ls` has a bug in some versions when "--parseable --depth=0" is used together. 10 years ago
Jordan Harband 603253b0cb Quote the version. 10 years ago
Jordan Harband 5ee955bb62 Remove unused $ROOT variable. 10 years ago
stelcheck 59939d09e8 * Make the creation of a symlink an overridable default behaviour 10 years ago
Jordan Harband f9769e40dd v0.14.0 10 years ago
Jordan Harband 5048a78376 Add special handling for node v0.6.21-pre 10 years ago
Kevin Wang 814319d7c0 Make shasum the lowest priority checksum command. 10 years ago
Jordan Harband 4b3d6f1760 Properly pass a space-separated list of packages to `npm install` 10 years ago
Jordan Harband 56c40cfa3c Don't try to copy `npm` itself with `nvm copy-packages`. 10 years ago
Jordan Harband 5c7f08843d Add error checking to nvm_tree_contains_path 10 years ago
Jordan Harband b59ecb9e11 Make sure the new `versions` directory is filtered out of nvm_ls output (in zsh). 10 years ago
Hiroshi IKEGAMI f130d02efc Fixed `nvm_version_greater` has syntax error in zsh-buildin-command `[` 10 years ago
Jordan Harband 150aea21ec Fixes #487. 10 years ago
egilkh 938feca6a9 Should escape grep in copy-packages. 10 years ago
Jordan Harband 3747735980 Make sure `nvm clear-cache` clears the versions directory as well. 10 years ago
Jordan Harband 5dd2d7e5d4 Make `nvm ls` support listing the "versions" directory when it's present. 10 years ago
Jordan Harband 0a695c5d2a Modify nvm_version_path to use nvm_version_greater. 10 years ago
Jordan Harband 8fe677a644 Add `nvm_version_greater` 10 years ago
Jordan Harband 213ff003d0 Use nvm_version_path everywhere possible. 10 years ago
Jordan Harband 986abbf5db Create nvm_version_path 10 years ago
Jordan Harband a2da9abd6d Use nvm_version_dir in nvm_version_path 10 years ago
Jordan Harband 9068dda110 Adding `nvm_version_dir` 10 years ago
Jordan Harband 78a5e3fadf Attempt to improve `nvm copy-packages` 10 years ago
Jordan Harband d7849054f8 Apparently wget outputs to stderr, so let's make sure we're checking both stderr and stdout. 10 years ago
Jordan Harband 708ac80a55 Properly replace the -I curl option for the --server-response wget option. 10 years ago
Jordan Harband eef12cc2b3 v0.13.1 10 years ago
Jordan Harband 99c8b59a14 Make sure that $ARGS is evaluated natively rather than as a single string argument. 10 years ago
Jordan Harband 61709c1f97 v0.13.0 10 years ago
Jordan Harband d5c0e94166 Adding `nvm exec` command. 10 years ago
Jordan Harband 6dc602b521 Ensure that `nvm ls node` doesn't return "node_modules", for example. 10 years ago
Jordan Harband 1d37af162a v0.12.2 10 years ago
Jordan Harband 781373f7ce Make sure awk is referenced unaliased, per https://github.com/creationix/nvm/issues/162#issuecomment-50284503 10 years ago
Jordan Harband 68574cc7e8 v0.12.1 10 years ago