Commit Graph

  • 6575b6b052
    [Fix] `install`: improved arg parsing around `--reinstall-packages-from` Jordan Harband 2020-06-04 16:15:39 -0700
  • 33fa27dabe
    [Docs] Update README for environment variables Bruce A. MacNaughton 2020-02-07 12:01:57 -0800
  • 91a55dd91a
    [Refactor] Rename solaris and iojs helper functions to be nvm_ prefixed Sehrope Sarkuni 2020-05-08 16:08:27 -0400
  • 7aba64a2d5
    [meta] further TOC action tweaks Jordan Harband 2020-04-29 20:18:40 -0700
  • dcc8059ef8
    [readme] include deeper integration instructions for fish Jared Ramirez 2020-04-29 15:25:23 -0700
  • 8e1e5df059
    [meta] fix TOC action Jordan Harband 2020-04-29 15:13:30 -0700
  • e0ed1eacfd
    [meta] add actions: Automatic Rebase for PRs, auto-update-TOC for push Jordan Harband 2020-04-29 12:06:01 -0700
  • 73438e339e
    Update Dockerfile base image to Ubuntu 16.04, cc #2008 Peter Dave Hello 2020-03-30 02:17:28 +0800
  • b02617028f
    [Tests] Source nvm.sh before defining FILE Magnus Markling 2020-03-19 12:13:29 +0100
  • f607f2f783
    [Fix] `reinstall-packages`: do not include unmet peer deps Jordan Harband 2020-03-10 23:51:17 -0700
  • 258938ef66
    v0.35.3 Jordan Harband 2020-03-05 23:13:56 -0800
  • 096ba0d8c3
    `uninstall`: add `NVM_DEBUG` to print out a filename as its permissions are checked Jordan Harband 2020-03-05 17:40:17 -0800
  • 4626d1aae6
    [New] add `lts/-1` etc, to point to an LTS line relative to "latest" Jordan Harband 2020-03-04 01:03:36 -0800
  • c372ff03e0
    [Tests] update mocks Jordan Harband 2020-03-04 00:44:35 -0800
  • 30cd9c5dc8
    [Tests] fix update mocks script Jordan Harband 2020-03-04 00:57:58 -0800
  • b9536327ae
    [Fix] `nvm ls-remote`: properly label latest LTS versions instead of just the latest one in the filter Jordan Harband 2020-02-21 21:27:13 -0800
  • e609091a55
    [Tests] update test mocks Jordan Harband 2020-02-22 09:06:59 -0800
  • 8093dbeacd
    [readme] add nvm intro flip111 2020-01-23 20:32:07 +0100
  • 4cd6b4822c
    [Tests] try to make `nvm unload` test more robust Jordan Harband 2020-02-09 06:41:52 -1000
  • 6c560b12b6
    [New] `use`: set `NVM_INC` to expose the node include path Bruce A. MacNaughton 2020-02-07 06:23:35 -0800
  • f4eddb2c9c
    [Tests] ensure `nvm unload` unsets env vars too Jordan Harband 2020-02-07 09:16:55 -1000
  • a1ad32e9cb
    [readme] restore broken anchor Jordan Harband 2020-01-11 18:15:20 -0800
  • d8785da988
    [Docs] Improve readme clarity and troubleshooting nebbles 2019-11-17 14:52:52 +0000
  • 4ff9084e99
    [Docs] Fix small typo in README Lucian Buzzo 2019-12-05 10:07:38 +0000
  • f355b327d6
    v0.35.2 Jordan Harband 2019-12-17 22:40:20 -0800
  • 6fa92c82ca
    [Fix] if a prefix env var is set (as in npm run), but is correct, do not fail Jordan Harband 2019-12-15 23:39:32 -0800
  • 0899839b95
    [Tests] pin `david` to v11 Jordan Harband 2019-12-09 08:51:46 -0800
  • 73a513c389
    [Fix] allow `nvm unalias x` when `x` is a default alias, but shadowed Jordan Harband 2019-11-12 11:16:08 -0800
  • 04ad1b528c
    [readme] Fix a typo awthwathje 2019-11-08 10:24:16 +0100
  • 1c8e59130f [meta] create FUNDING.yml Jordan Harband 2019-11-05 12:05:09 -0800
  • 28bc2fd991
    v0.35.1 Jordan Harband 2019-11-03 10:03:31 -0800
  • 100861d529
    [Fix] `install-latest-npm`: `npm` `v6.10` breaks on `node` `v6.0`, `v6.1`, and `v9.0`-`v9.2` Jordan Harband 2019-11-02 20:53:18 -0700
  • 1eca354233
    [Docs] Add description if instructions don't work; make install instructions more readable Marit Iren 2019-10-20 17:08:29 +0200
  • 0a4e6f2b70
    [meta] Update ISSUE_TEMPLATE.md Guido Bouman 2019-10-08 15:27:53 +0200
  • 94a72ae217
    [Fix] `nvm use`: improve help output with bare `nvm use` and no `.nvmrc` Jordan Harband 2019-10-08 14:40:17 -0700
  • 011810e721
    v0.35.0 Jordan Harband 2019-10-02 00:05:28 -0400
  • d48abff659
    [Docs] clean up formatting in readme Darío Hereñú 2019-05-03 19:44:21 -0300
  • 82037b41b1
    [Docs] clean up a bit Darío Hereñú 2017-10-06 01:54:07 -0300
  • 7b0a46eafb
    [docker] add libssl-dev to Docker image Roman Isko 2018-06-18 10:33:12 +0300
  • dcbecbf2c7
    [shellcheck] install shellcheck v0.6.0 in Dockerfile Roman Isko 2018-06-14 10:45:01 +0300
  • 970cadf258
    [Docs] Add `--latest-npm` info to Migrating global packages section metasean 2018-12-30 18:24:29 -0700
  • 3cc9525dce
    [Docs] [Fix] Set $NVM_DIR to ".nvm" instead of "nvm" Will Papper 2019-04-24 00:03:01 -0700
  • 6537c91eb5
    Fix bash auto-use nvm command Greg Smith 2019-08-09 14:38:37 -0600
  • 07b20d5008
    [meta] add copyright line to license file Jordan Harband 2019-07-17 10:48:23 -0700
  • 0b5bb5ccd8
    [Fix] `set -u`: Add default empty value for `$NVM_NO_ALIAS` Sehrope Sarkuni 2019-05-14 08:31:24 -0400
  • 45c1b84794
    [Fix] Determine correct sub directory if XDG_CONFIG_HOME is set Bastian Fuchs 2019-04-28 12:51:15 +0200
  • 3664744e3b
    Updated note about Windows Alfred Myers 2019-05-02 12:20:17 -0300
  • ee9e56582e
    [Tests] `jspm` v2 beta started breaking tests; pin to < v2 Jordan Harband 2019-05-04 13:34:16 -0700
  • e7a5b7992b
    [meta] update repo links to point to org Jordan Harband 2019-04-24 16:08:34 -0700
  • ff77ac17af
    [Docs] update `bash` `cdnvm` script to properly handle aliases Daniel Li 2019-03-12 16:43:08 +0000
  • 2410215b6a
    [Refactor] add `nvm_stdout_is_terminal` helper Christopher Sahnwaldt 2019-02-24 00:03:19 +0100
  • a1abfd1fe4
    [Tests] use rimraf over `rmdir` in teardowns Christopher Sahnwaldt 2019-02-27 10:50:59 +0100
  • 43402df896
    [Fix] `nvm_supports_source_options`: work around a bug in bash 3.2 Jordan Harband 2019-02-26 16:53:36 -0800
  • 1ede50cbae
    [Docs] Add note about what version of node new shells run with. Eric Lewis 2019-02-22 10:04:13 -0500
  • e0d87528f3
    [shellcheck] remove unnecessary overrides Jordan Harband 2019-02-24 23:04:13 -0800
  • 924a175bd8
    [Tests] update dist from trusty to xenial Refael Ackermann 2019-02-25 15:02:15 -0500
  • 9daf26f0a0
    [Tests] `nvm_command_info`: make error output more helpful Jordan Harband 2019-02-25 13:17:10 -0800
  • 226487d358
    [Fix] `install`: error out when an argument has `---` Jordan Harband 2019-02-25 00:13:50 -0800
  • 216c24fba0
    [Docs] `--help`: consolidate some help output Jordan Harband 2019-02-24 22:57:06 -0800
  • 930507dbbc
    [Docs] README.md: mention --no-colors option Christopher Sahnwaldt 2019-02-23 09:53:56 +0100
  • 4c8ced736d
    [Docs] `nvm --help`: add `--no-colors` and `--no-alias` Jordan Harband 2019-02-24 00:04:40 -0800
  • 1f7f0c2d81
    [Docs] add version number to `nvm —help` output Jarvis Mercer - Amir Mohammad Safari (AMSL) 2019-01-27 04:13:12 +0330
  • 41eb40821b
    [Docs] add “update” terminology to installation section Jarvis Mercer - Amir Mohammad Safari (AMSL) 2019-01-26 01:00:43 +0330
  • c6740f5a6e
    [New] `nvm ls`: add `--no-alias` to suppress alias output Jordan Harband 2019-02-23 22:41:46 -0800
  • 04fdb2331b
    [Tests] `nvm ls`: ensure `nvm alias` is called Jordan Harband 2019-02-23 22:22:18 -0800
  • 58d0933f72
    [Fix] attempt to fix a bug in bash 3.2, fixed in 4.4, that improperly exits on `-e` in a test. Jordan Harband 2019-02-23 22:21:46 -0800
  • 2a5d2c06ff
    [Tests] add more checks to make_fake_* helpers Jordan Harband 2019-02-23 15:24:02 -0800
  • 2a513a1bc0
    [Fix] `nvm_ls`: Reverts #1462 to fix io.js sorting. Jordan Harband 2019-02-23 15:02:31 -0800
  • 48196d2436
    [Tests] fix fake node versions Jordan Harband 2019-02-23 14:47:49 -0800
  • 7f9220dbd8
    [Fix] `nvm ls`: `--no-colors`: `system`: print an asterisk Jordan Harband 2019-02-23 14:41:57 -0800
  • 890fbb5581
    Update README: sync node release schedule url jjangga0214 2019-02-15 11:11:01 +0900
  • e1bb44f712
    [shellcheck] add overrides Jordan Harband 2019-02-04 14:45:04 -0800
  • db19450caa
    [Fix] `default_packages`: work when the file lacks a trailing newline Jordan Harband 2019-02-02 13:45:11 -0800
  • 5c117e6ab3
    [Refactor] extract “get default packages” logic to `nvm_get_default_packages` Jordan Harband 2019-02-01 13:27:18 -0800
  • 02997b0753
    [Docs] `unalias`: add more specific error message for builtin aliases Lucas Kellner 2019-01-23 16:39:57 -0800
  • cc0750eb5d
    [Fix] `install`: Add missing io.js installation message Peter Dave Hello 2019-01-22 15:46:29 +0800
  • 7e715d5c73
    [Tests] Improve syntax in "test/installation_iojs/nvm install v1 works" Peter Dave Hello 2019-01-23 03:10:03 +0800
  • 66d2909650
    Merge pull request #1986 from Sayegh7/master Jordan Harband 2019-01-22 10:50:10 -0800
  • a56c6f1485
    tweak logic Jordan Harband 2019-01-21 21:58:43 -0800
  • 703babe60a
    [Fix] Make installation less restrictive when NVM_DIR is set Ahmed El Sayegh 2019-01-21 02:15:02 +0200
  • 10f24d6d4b
    [Refactor] `nvm.sh`: make coding style more consistent Peter Dave Hello 2018-05-22 20:57:40 +0800
  • e367533eb8
    [Refactor] Reduce one more `sed` & pipe to speedup Peter Dave Hello 2017-03-28 23:15:35 +0800
  • 6534568745 [Fix] Enhance nvm debug for different environments Peter Dave Hello 2017-11-04 22:52:35 +0800
  • 13f3cdcdf7
    README: clarify how to specify default packages Waldir Pimenta 2019-01-11 10:42:33 +0000
  • 3d9c31d944
    v0.34.0 Jordan Harband 2019-01-07 23:01:16 -0800
  • 0acccb8a77
    Merge pull request #1974 from valeriemettler/valeriemettler-patch-1 Jordan Harband 2019-01-05 14:10:31 -0800
  • 6354b170d7
    Improve phrasing of 'nvm current' Valerie Mettler 2019-01-05 12:20:56 -0800
  • 5e065ec026 [Docs] fixing cdnvm on .bashrc Javier Infante 2018-12-31 08:42:58 +0100
  • 206d503a21
    [Docs] Improve indent of output block in GitHub Issue template Peter Dave Hello 2018-12-26 03:46:13 +0800
  • deb2a9b821
    [Docs] fix eclint Jordan Harband 2018-12-19 15:36:24 -0800
  • fb83eeb140
    [Docs] Add Ansible task example Joel Parker Henderson 2018-12-19 12:45:59 -0800
  • 14179bc8ce
    [shellcheck] Use `-n/-z` instead of `! -z/! -n` condition Peter Dave Hello 2018-12-03 13:59:19 +0800
  • 153506c8da
    [shellcheck] ignore SC2230 errors Jordan Harband 2018-11-25 16:22:25 -0800
  • c1150c41ab
    [Tests] avoid using shopt in zsh Jordan Harband 2018-11-26 11:18:11 -0800
  • ad1110ef1a
    [Tests] print out shellcheck version Jordan Harband 2018-11-25 23:39:33 -0800
  • 914c220586
    Merge pull request #1947 from PeterDaveHello/Enable-ccache-on-TravisCI Jordan Harband 2018-11-24 23:18:23 -0600
  • 22d32bede0 [New] Enable ccache on Travis CI to speed up compilation Peter Dave Hello 2018-11-18 16:38:36 +0800
  • a49d9163ef
    [Fix] avoid unbound variable Jordan Harband 2018-11-21 21:25:20 -0600
  • 17586b971a
    [Fix] Allow zsh users to have the nomatch option set Alexander Groß 2018-11-08 00:55:52 +0100
  • f3fd5eff46
    [Docs] Improve md file syntax Peter Dave Hello 2018-07-15 02:26:05 +0800