955 Commits (2fea55fdb547ae80fa20b1154497decff6ca322d)

Author SHA1 Message Date
Jordan Harband 436cda247e
[Fix] remove `nvm_supports_source_options` 4 years ago
Jordan Harband 3c079f16c7
[shellcheck] fix silly shellcheck complaint 4 years ago
Jordan Harband e76b2945c5
[Fix] relax `$PREFIX` checking, to accomodate `npm exec` 4 years ago
Keith Lazuka 86708833c9
[Fix] Use local variable when looping over args 4 years ago
Jordan Harband 4b947ec92d
v0.37.2 4 years ago
Jordan Harband 3b57dfec8d
Revert "[Fix] `nvm_die_on_prefix`: only grep lines starting with env var name" (#2347) 4 years ago
Jordan Harband 661a702cdd
v0.37.1 4 years ago
Dena Burd 6848c16d53
[New] Added `set-colors` command. See details below: 5 years ago
Matteo De Wint 21c0c05130 [Fix] `nvm_die_on_prefix`: only grep lines starting with env var name 4 years ago
Jordan Harband 4054bd70ce
v0.37.0 4 years ago
Jordan Harband 499d303746
[Perf] `use`/`nvm_die_on_prefix`: replicate npm config algorithm and remove `npm config` call 5 years ago
Dena Burd c72f2c6f21
[Fix] `nvm ls-remote`: accept versions that end with a dot 4 years ago
Dylan Armstrong e01060fa2c
[Fix] `nvm_die_on_prefix`: use directory comparison rather than string 4 years ago
Dylan Armstrong 96069da0d5
[Fix] `nvm_ls`: zsh: unset `markdirs` and `local_options` 4 years ago
Jordan Harband 7929190e6e
[Docs] improve `nvm --help` output 4 years ago
Jordan Harband 8debf39f24
v0.36.0 4 years ago
Jordan Harband c7ca08d575
[Fix] `latest-npm`: ensure npm 7 is not installed on node < 10 4 years ago
Jordan Harband cf92956e5d
[New] add `nvm_find_project_dir` helper 5 years ago
Jordan Harband 1d88ecfce5
[Fix] `nvm_die_on_prefix`: check that the prefix is inside the version dir, not just the nvm dir 5 years ago
Michael Potter f7fbad2bd6
[performance] `nvm_auto`: only call `nvm_ls_current` in `use` mode 5 years ago
Jordan Harband 9dc6f3e4a5
[Refactor] `nvm run`/`nvm exec`: use `NVM_SILENT` consistently internally 5 years ago
Jordan Harband 1c00753fd9
[New] `nvm deactivate`/`nvm which`: add `--silent` 5 years ago
Yash-Singh1 b1200c659b
[Fix] `nvm use`: fix `--silent` when version is omitted 5 years ago
Jordan Harband 16b75b7333
[Robustness] add `command` to `xargs`/`rm` in `nvm_get_default_packages` 5 years ago
Naomi Quinones 1bf567bd0b
[Fix] ensure `--help` is intercepted on any command 5 years ago
Dimitris Karagiannis a01deb11dc
[patch] Update docs and add warning for 'nvm is not compatible with the npm config "prefix" option' edgecase error on Mac OS 5 years ago
Kayla Altepeter a5aec107df
[New] adding default and alias option to `nvm install` 6 years ago
Jordan Harband 424aeb38b4
[Refactor] add `nvm_get_checksum_binary`; use it in `nvm debug` 5 years ago
Jordan Harband abfe0a5891
[Refactor] remove unused `nvm_checksum` function 5 years ago
Naomi Quinones 3561bbc54a
[Fix] `--help`: Add more examples 5 years ago
Jordan Harband 83043c4d3a
[debug] add `whoami` output 5 years ago
Dena Burd 55eafcd814
[New] add `nvm -v` as an alias for `nvm --version` 5 years ago
ritmos 06c3bf6a8f
[Docs] `--help`: explain more clearly that <version> parameter is optional and can be provided by .nvmrc on `nvm install`, `nvm use`, `nvm exec`, and `nvm run`. 5 years ago
DeeDeeG 4b1100e515
[New] `nvm_supports_xz`: Add Mac/FreeBSD xz platform support checks 5 years ago
Jordan Harband 6575b6b052
[Fix] `install`: improved arg parsing around `--reinstall-packages-from` 5 years ago
Sehrope Sarkuni 91a55dd91a
[Refactor] Rename solaris and iojs helper functions to be nvm_ prefixed 5 years ago
Jordan Harband f607f2f783
[Fix] `reinstall-packages`: do not include unmet peer deps 5 years ago
Jordan Harband 258938ef66
v0.35.3 5 years ago
Jordan Harband 096ba0d8c3
`uninstall`: add `NVM_DEBUG` to print out a filename as its permissions are checked 5 years ago
Jordan Harband 4626d1aae6
[New] add `lts/-1` etc, to point to an LTS line relative to "latest" 5 years ago
Jordan Harband b9536327ae
[Fix] `nvm ls-remote`: properly label latest LTS versions instead of just the latest one in the filter 5 years ago
Bruce A. MacNaughton 6c560b12b6
[New] `use`: set `NVM_INC` to expose the node include path 5 years ago
Jordan Harband f355b327d6
v0.35.2 5 years ago
Jordan Harband 6fa92c82ca
[Fix] if a prefix env var is set (as in npm run), but is correct, do not fail 5 years ago
Jordan Harband 73a513c389
[Fix] allow `nvm unalias x` when `x` is a default alias, but shadowed 5 years ago
Jordan Harband 28bc2fd991
v0.35.1 5 years ago
Jordan Harband 100861d529
[Fix] `install-latest-npm`: `npm` `v6.10` breaks on `node` `v6.0`, `v6.1`, and `v9.0`-`v9.2` 5 years ago
Jordan Harband 94a72ae217
[Fix] `nvm use`: improve help output with bare `nvm use` and no `.nvmrc` 5 years ago
Jordan Harband 011810e721
v0.35.0 5 years ago
Sehrope Sarkuni 0b5bb5ccd8
[Fix] `set -u`: Add default empty value for `$NVM_NO_ALIAS` 6 years ago