471 Commits (fb48129cd47d13bbb6a7fdb60c6e801ac09fa875)

Author SHA1 Message Date
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
John Loy d181abb628 Changes $path var to $node_path 10 years ago
Jordan Harband f5643dc7ea v0.12.0 10 years ago
Jordan Harband e7ada80d08 `nvm use system` should work as expected. 10 years ago
Jordan Harband 9912f7cc46 If nvm is deactivated, display "none" or "system" instead of the system node version 10 years ago
Jordan Harband 6e02e5a54c If `nvm_ls` is called without a pattern, and node exists, tack on "system". 10 years ago
Jordan Harband 42b010775b Add `system` support to `nvm_print_versions` 10 years ago