Commit Graph

  • 94a72ae217 [Fix] nvm use: improve help output with bare nvm use and no .nvmrc Jordan Harband 2019-10-08 14:40:17 -07:00
  • 011810e721 v0.35.0 v0.35.0 Jordan Harband 2019-10-02 00:05:28 -04:00
  • d48abff659 [Docs] clean up formatting in readme Darío Hereñú 2019-05-03 19:44:21 -03:00
  • 82037b41b1 [Docs] clean up a bit Darío Hereñú 2017-10-06 01:54:07 -03:00
  • 7b0a46eafb [docker] add libssl-dev to Docker image Roman Isko 2018-06-18 10:33:12 +03:00
  • dcbecbf2c7 [shellcheck] install shellcheck v0.6.0 in Dockerfile Roman Isko 2018-06-14 10:45:01 +03:00
  • 970cadf258 [Docs] Add --latest-npm info to Migrating global packages section metasean 2018-12-30 18:24:29 -07:00
  • 3cc9525dce [Docs] [Fix] Set $NVM_DIR to ".nvm" instead of "nvm" Will Papper 2019-04-24 00:03:01 -07:00
  • 6537c91eb5 Fix bash auto-use nvm command Greg Smith 2019-08-09 14:38:37 -06:00
  • 07b20d5008 [meta] add copyright line to license file Jordan Harband 2019-07-17 10:48:23 -07:00
  • 0b5bb5ccd8 [Fix] set -u: Add default empty value for $NVM_NO_ALIAS Sehrope Sarkuni 2019-05-14 08:31:24 -04:00
  • 45c1b84794 [Fix] Determine correct sub directory if XDG_CONFIG_HOME is set Bastian Fuchs 2019-04-28 12:51:15 +02:00
  • 3664744e3b Updated note about Windows Alfred Myers 2019-05-02 12:20:17 -03:00
  • ee9e56582e [Tests] jspm v2 beta started breaking tests; pin to < v2 Jordan Harband 2019-05-04 13:34:16 -07:00
  • e7a5b7992b [meta] update repo links to point to org Jordan Harband 2019-04-24 16:08:34 -07:00
  • ff77ac17af [Docs] update bash cdnvm script to properly handle aliases Daniel Li 2019-03-12 16:43:08 +00:00
  • 2410215b6a [Refactor] add nvm_stdout_is_terminal helper Christopher Sahnwaldt 2019-02-24 00:03:19 +01:00
  • a1abfd1fe4 [Tests] use rimraf over rmdir in teardowns Christopher Sahnwaldt 2019-02-27 10:50:59 +01:00
  • 43402df896 [Fix] nvm_supports_source_options: work around a bug in bash 3.2 Jordan Harband 2019-02-26 16:53:36 -08:00
  • 1ede50cbae [Docs] Add note about what version of node new shells run with. Eric Lewis 2019-02-22 10:04:13 -05:00
  • e0d87528f3 [shellcheck] remove unnecessary overrides Jordan Harband 2019-02-24 23:04:13 -08:00
  • 924a175bd8 [Tests] update dist from trusty to xenial Refael Ackermann 2019-02-25 15:02:15 -05:00
  • 9daf26f0a0 [Tests] nvm_command_info: make error output more helpful Jordan Harband 2019-02-25 13:17:10 -08:00
  • 226487d358 [Fix] install: error out when an argument has --- Jordan Harband 2019-02-25 00:13:50 -08:00
  • 216c24fba0 [Docs] --help: consolidate some help output Jordan Harband 2019-02-24 22:57:06 -08:00
  • 930507dbbc [Docs] README.md: mention --no-colors option Christopher Sahnwaldt 2019-02-23 09:53:56 +01:00
  • 4c8ced736d [Docs] nvm --help: add --no-colors and --no-alias Jordan Harband 2019-02-24 00:04:40 -08:00
  • 1f7f0c2d81 [Docs] add version number to nvm —help output Jarvis Mercer - Amir Mohammad Safari (AMSL) 2019-01-27 04:13:12 +03:30
  • 41eb40821b [Docs] add “update” terminology to installation section Jarvis Mercer - Amir Mohammad Safari (AMSL) 2019-01-26 01:00:43 +03:30
  • c6740f5a6e [New] nvm ls: add --no-alias to suppress alias output Jordan Harband 2019-02-23 22:41:46 -08:00
  • 04fdb2331b [Tests] nvm ls: ensure nvm alias is called Jordan Harband 2019-02-23 22:22:18 -08:00
  • 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 -08:00
  • 2a5d2c06ff [Tests] add more checks to make_fake_* helpers Jordan Harband 2019-02-23 15:24:02 -08:00
  • 2a513a1bc0 [Fix] nvm_ls: Reverts #1462 to fix io.js sorting. Jordan Harband 2019-02-23 15:02:31 -08:00
  • 48196d2436 [Tests] fix fake node versions Jordan Harband 2019-02-23 14:47:49 -08:00
  • 7f9220dbd8 [Fix] nvm ls: --no-colors: system: print an asterisk Jordan Harband 2019-02-23 14:41:57 -08:00
  • 890fbb5581 Update README: sync node release schedule url jjangga0214 2019-02-15 11:11:01 +09:00
  • e1bb44f712 [shellcheck] add overrides Jordan Harband 2019-02-04 14:45:04 -08:00
  • db19450caa [Fix] default_packages: work when the file lacks a trailing newline Jordan Harband 2019-02-02 13:45:11 -08:00
  • 5c117e6ab3 [Refactor] extract “get default packages” logic to nvm_get_default_packages Jordan Harband 2019-02-01 13:27:18 -08:00
  • 02997b0753 [Docs] unalias: add more specific error message for builtin aliases Lucas Kellner 2019-01-23 16:39:57 -08:00
  • cc0750eb5d [Fix] install: Add missing io.js installation message Peter Dave Hello 2019-01-22 15:46:29 +08:00
  • 7e715d5c73 [Tests] Improve syntax in "test/installation_iojs/nvm install v1 works" Peter Dave Hello 2019-01-23 03:10:03 +08:00
  • 66d2909650 Merge pull request #1986 from Sayegh7/master Jordan Harband 2019-01-22 10:50:10 -08:00
  • a56c6f1485 tweak logic Jordan Harband 2019-01-21 21:58:43 -08:00
  • 703babe60a [Fix] Make installation less restrictive when NVM_DIR is set Ahmed El Sayegh 2019-01-21 02:15:02 +02:00
  • 10f24d6d4b [Refactor] nvm.sh: make coding style more consistent Peter Dave Hello 2018-05-22 20:57:40 +08:00
  • e367533eb8 [Refactor] Reduce one more sed & pipe to speedup Peter Dave Hello 2017-03-28 23:15:35 +08:00
  • 6534568745 [Fix] Enhance nvm debug for different environments Peter Dave Hello 2017-11-04 22:52:35 +08:00
  • 13f3cdcdf7 README: clarify how to specify default packages Waldir Pimenta 2019-01-11 10:42:33 +00:00
  • 3d9c31d944 v0.34.0 v0.34.0 Jordan Harband 2019-01-07 23:01:16 -08:00
  • 0acccb8a77 Merge pull request #1974 from valeriemettler/valeriemettler-patch-1 Jordan Harband 2019-01-05 14:10:31 -08:00
  • 6354b170d7 Improve phrasing of 'nvm current' Valerie Mettler 2019-01-05 12:20:56 -08:00
  • 5e065ec026 [Docs] fixing cdnvm on .bashrc Javier Infante 2018-12-31 08:42:58 +01:00
  • 206d503a21 [Docs] Improve indent of output block in GitHub Issue template Peter Dave Hello 2018-12-26 03:46:13 +08:00
  • deb2a9b821 [Docs] fix eclint Jordan Harband 2018-12-19 15:36:24 -08:00
  • fb83eeb140 [Docs] Add Ansible task example Joel Parker Henderson 2018-12-19 12:45:59 -08:00
  • 14179bc8ce [shellcheck] Use -n/-z instead of ! -z/! -n condition Peter Dave Hello 2018-12-03 13:59:19 +08:00
  • 153506c8da [shellcheck] ignore SC2230 errors Jordan Harband 2018-11-25 16:22:25 -08:00
  • c1150c41ab [Tests] avoid using shopt in zsh Jordan Harband 2018-11-26 11:18:11 -08:00
  • ad1110ef1a [Tests] print out shellcheck version Jordan Harband 2018-11-25 23:39:33 -08:00
  • 914c220586 Merge pull request #1947 from PeterDaveHello/Enable-ccache-on-TravisCI Jordan Harband 2018-11-24 23:18:23 -06:00
  • 22d32bede0 [New] Enable ccache on Travis CI to speed up compilation Peter Dave Hello 2018-11-18 16:38:36 +08:00
  • a49d9163ef [Fix] avoid unbound variable Jordan Harband 2018-11-21 21:25:20 -06:00
  • 17586b971a [Fix] Allow zsh users to have the nomatch option set Alexander Groß 2018-11-08 00:55:52 +01:00
  • f3fd5eff46 [Docs] Improve md file syntax Peter Dave Hello 2018-07-15 02:26:05 +08:00
  • 423252a99c [docs] update README to fix docker run command flag order Kayla Altepeter 2018-10-18 22:30:05 -05:00
  • 2a294ebd61 [Docs] improve instructions for manual install Ole Johan Andersen 2018-10-24 19:49:55 +02:00
  • a08d1ea4a3 Merge pull request #1865 from d4nyll/master Jordan Harband 2018-11-05 16:10:15 -08:00
  • e06f735776 Improve Bash alias Daniel Li 2018-07-26 16:13:07 +01:00
  • 355c4c7915 [Docs] Add section on automatic nvm use in Bash Daniel Li 2018-07-15 19:08:15 +01:00
  • 217a5bb0de [Docs] Added fish nvm Fábio Antunes 2018-10-20 13:07:31 +01:00
  • caf6208dbd install.sh: Print an error and exit the script if $METHOD is set to something unexpected. Paul Nickerson 2018-10-02 13:46:26 -04:00
  • 0c2efed407 [New] bash_completion: Add support for ZSH_DISABLE_COMPFIX flag. Nathan Burchill 2018-09-18 16:15:35 -04:00
  • 2d97ce5f7b [Docs] add instructions for installing a specific version et304383 2018-08-27 11:50:48 -03:00
  • 8542df4ac5 [New] add support for $XDG_CONFIG_HOME Erik Lilja 2018-08-14 21:45:40 +02:00
  • f218a85454 [Tests] eslint 5.5+ seems to not install on node 0.10 Jordan Harband 2018-09-09 14:56:17 -07:00
  • 96ebed37c7 Merge pull request #1863 from PeterDaveHello/ImproveDockerfile Jordan Harband 2018-08-23 09:13:47 -07:00
  • e7a37f336d [Tests] fix failing tests on master due to npm registry SSL changes Jordan Harband 2018-08-15 15:01:47 -07:00
  • 4bd99bcfa2 [Dockerfile] Refactor to prevent using sudo during build Peter Dave Hello 2018-07-12 12:29:46 +08:00
  • 5f9ccaada0 [Dockerfile] Set the SHELL to bash with pipefail option Peter Dave Hello 2018-07-12 12:22:41 +08:00
  • 7ff20855a2 [Tests] Integrate dockerfile_lint to test Dockerfile Peter Dave Hello 2018-07-12 12:14:06 +08:00
  • cdde74a55d [Dockerfile] install missing eclint package Peter Dave Hello 2018-07-12 14:27:20 +08:00
  • 17c33fd9ae Merge pull request #1861 from PeterDaveHello/ImproveDockerfile Jordan Harband 2018-07-11 12:15:25 -07:00
  • 04b35b5440 [Dockerfile] Use arguments JSON notation for ENTRYPOINT Peter Dave Hello 2018-07-09 06:09:30 +08:00
  • aacb0b9b97 [Dockerfile] Fix command From to be FROM Peter Dave Hello 2018-07-09 06:07:41 +08:00
  • f121e5ace0 [Dockerfile] Add missing quotes for variables Peter Dave Hello 2018-07-09 05:31:20 +08:00
  • af8038ffec [Dockerfile] Update ShellCheck version to v0.5.0 Peter Dave Hello 2018-07-08 21:40:17 +08:00
  • 265ec90532 [Dockerfile] Add missing name & version LABEL Peter Dave Hello 2018-07-08 21:00:23 +08:00
  • e2195b4c35 [Dockerfile] Use LABEL instead of deprecated MAINTAINER command Peter Dave Hello 2018-07-08 20:47:46 +08:00
  • 41dc4218b9 [Docs] add --no-use option to installation JBallin 2018-06-17 21:31:56 -07:00
  • 90cfb5d771 [Fix] use: Prepend instead of changing if shadowed by system dirs (fixes #1652) Xandor Schiefer 2018-06-08 15:23:02 +02:00
  • 0cdc184168 [Fix] Improve nvm_is_version_installed to check for a node executable instead of root dir Joshua Li 2018-05-31 15:26:30 -07:00
  • a5f42d9cea [Tests] update most mkdirs to use make_fake_{node,iojs} Joshua Li 2018-06-13 10:38:19 -07:00
  • eabd7ab13d Respect previously nvm-loaded node version when sourcing Xandor Schiefer 2016-11-14 19:18:24 +02:00
  • b111436fde [Tests] test nvm install-latest-npm on io.js v2 Jordan Harband 2018-06-06 22:49:56 -07:00
  • 9854928ba9 [New] install.sh: allow user to explicitly opt out of nvm adding the source string Spike Grobstein 2018-05-03 08:22:07 -07:00
  • c50ea6f0a3 [shellcheck] quote variables in for loops to avoid unintentional expansion Jordan Harband 2018-05-31 23:56:20 -07:00
  • 628d4fac84 [shellcheck] use { …; } instead of (…) to group test commands Jordan Harband 2018-05-31 23:49:15 -07:00
  • ef35bc4cb6 Merge pull request #1823 from SrHuevo/master Jordan Harband 2018-05-30 20:08:07 -04:00