Commit Graph

  • 4e9df33cb7 [New] install script: Allow installation from other repository nmarghetti 2020-12-27 10:09:29 +01:00
  • f3fa157456 [Fix] bash_completion: move compinit before bashcompinit hjoshi123 2020-12-29 08:35:08 +05:30
  • 6982dee071 [Docs]: Updated README.md to include homebrew unsecure dirs warning hjoshi123 2020-12-22 17:29:32 +05:30
  • 10399ed1bd [Docs] source ./nvm.sh instead of nvm.sh, for zsh Shiming 2020-04-27 16:11:09 +08:00
  • 3c079f16c7 [shellcheck] fix silly shellcheck complaint Jordan Harband 2020-12-21 23:47:25 -08:00
  • e76b2945c5 [Fix] relax $PREFIX checking, to accomodate npm exec Jordan Harband 2020-12-21 23:03:30 -08:00
  • e48cb858a6 [Tests] .npm is now cached by default Rui Chen 2019-10-02 15:05:36 -04:00
  • 86708833c9 [Fix] Use local variable when looping over args Keith Lazuka 2020-12-08 12:28:24 -05:00
  • d4eba354b5 [Fix] install: Ignore npm command under $NVM_DIR when checking for global modules David Moles 2020-11-16 16:49:02 -08:00
  • ed321f1df0 [Tests] release: clobber local tags Jordan Harband 2020-11-27 21:44:33 -08:00
  • 4b947ec92d v0.37.2 v0.37.2 Jordan Harband 2020-11-27 21:34:28 -08:00
  • 3b57dfec8d Revert "[Fix] nvm_die_on_prefix: only grep lines starting with env var name" (#2347) Jordan Harband 2020-11-27 21:28:12 -08:00
  • 661a702cdd v0.37.1 v0.37.1 Jordan Harband 2020-11-24 21:16:43 -08:00
  • 510b2fd44c [Tests] fix eclint errors Jordan Harband 2020-11-21 18:08:22 -08:00
  • 80a4e06af9 [Tests] partially migrate to Github Actions Jordan Harband 2020-11-07 00:09:08 -08:00
  • 22902f04a3 [actions] Add release test workflow Alex Aubuchon 2020-11-20 14:28:15 -05:00
  • 6848c16d53 [New] Added set-colors command. See details below: Dena Burd 2020-08-17 14:56:13 -07:00
  • 3abb98124e [actions] Add shellcheck workflow Alex Aubuchon 2020-11-18 12:49:28 -05:00
  • 21c0c05130 [Fix] nvm_die_on_prefix: only grep lines starting with env var name Matteo De Wint 2020-11-16 10:47:30 +01:00
  • 00af6341f7 [Tests] Run fast test suite in clean environment Alex Aubuchon 2020-11-03 19:05:34 -05:00
  • 11a9d22607 [actions] add "Allow Edits" workflow Jordan Harband 2020-11-06 23:56:55 -08:00
  • bbe032fa7e [actions] switch Automatic Rebase workflow to pull_request_target event Jordan Harband 2020-11-06 23:55:52 -08:00
  • 4054bd70ce v0.37.0 v0.37.0 Jordan Harband 2020-11-06 10:11:29 -08:00
  • 499d303746 [Perf] use/nvm_die_on_prefix: replicate npm config algorithm and remove npm config call Jordan Harband 2020-08-24 22:44:25 -07:00
  • 31bc0a13c2 [Dockerfile] Clean up dated comment Peter Dave Hello 2020-11-03 17:19:03 +08:00
  • c72f2c6f21 [Fix] nvm ls-remote: accept versions that end with a dot Dena Burd 2020-09-24 13:46:29 -07:00
  • f2c5ce459a [Tests] Fix nvm unload fast test cleanup Alex Aubuchon 2020-10-22 16:13:33 -04:00
  • 0f0d5e8270 [dev deps] alphabetize dependencies Jordan Harband 2020-10-22 20:40:04 -07:00
  • e77ed07ccc [Tests] Fix nvm_ls_current fast test Alex Aubuchon 2020-10-13 12:32:41 -04:00
  • e01060fa2c [Fix] nvm_die_on_prefix: use directory comparison rather than string Dylan Armstrong 2020-10-09 09:43:21 -05:00
  • 96069da0d5 [Fix] nvm_ls: zsh: unset markdirs and local_options Dylan Armstrong 2020-10-09 09:43:21 -05:00
  • 4436638816 [Tests] Drop deprecated sudo: option in TravisCI config Peter Dave Hello 2020-09-21 20:28:09 +08:00
  • 344cc32ac3 [readme] bash shell integration: Amended example to call cd when booting a terminal (previously only called on cd). Matthieu Bosquet 2020-10-05 17:30:03 +01:00
  • 7929190e6e [Docs] improve nvm --help output Jordan Harband 2020-10-02 22:22:12 -07:00
  • 8debf39f24 v0.36.0 v0.36.0 Jordan Harband 2020-09-23 16:18:37 -07:00
  • c7ca08d575 [Fix] latest-npm: ensure npm 7 is not installed on node < 10 Jordan Harband 2020-09-23 14:50:33 -07:00
  • 6110d31969 [dockerfile] Add missing apt pacakge locales Peter Dave Hello 2020-09-21 18:20:50 +08:00
  • 68d2f47c0a [dockerfile] Update ShellCheck download URL in Dockerfile Peter Dave Hello 2020-09-21 09:36:30 +08:00
  • 6e0562ac6d [Tests] pin postcss to v7 Jordan Harband 2020-09-21 15:40:41 -07:00
  • 68d331a816 [dockerfile] Remove ShellCheck Segmentation fault workaround Peter Dave Hello 2020-09-21 02:47:57 +08:00
  • 22e07cc0c1 [readme] fix LTS upgrade command Saikat Das 2020-08-27 19:27:29 +05:30
  • cf92956e5d [New] add nvm_find_project_dir helper Jordan Harband 2020-08-23 14:40:42 -07:00
  • 1d88ecfce5 [Fix] nvm_die_on_prefix: check that the prefix is inside the version dir, not just the nvm dir Jordan Harband 2020-08-23 22:50:41 -07:00
  • 035bf9e28e [readme] update autocompletion output examples Jordan Harband 2020-08-23 23:29:48 -07:00
  • f7fbad2bd6 [performance] nvm_auto: only call nvm_ls_current in use mode Michael Potter 2020-08-19 11:40:45 -07:00
  • 19c55b9936 [readme] Mention problem with windows cmd echo Steve Lee 2020-08-11 18:39:32 +01:00
  • 9dc6f3e4a5 [Refactor] nvm run/nvm exec: use NVM_SILENT consistently internally Jordan Harband 2020-08-13 14:37:41 -07:00
  • 1c00753fd9 [New] nvm deactivate/nvm which: add --silent Jordan Harband 2020-08-13 13:40:32 -07:00
  • b1200c659b [Fix] nvm use: fix --silent when version is omitted Yash-Singh1 2020-08-08 17:27:46 -07:00
  • 16b75b7333 [Robustness] add command to xargs/rm in nvm_get_default_packages Jordan Harband 2020-08-11 10:16:42 -07:00
  • 1bf567bd0b [Fix] ensure --help is intercepted on any command Naomi Quinones 2020-08-04 16:32:19 -07:00
  • a01deb11dc [patch] Update docs and add warning for 'nvm is not compatible with the npm config "prefix" option' edgecase error on Mac OS Dimitris Karagiannis 2020-07-20 13:27:46 +03:00
  • a5aec107df [New] adding default and alias option to nvm install Kayla Altepeter 2018-10-22 08:32:29 -05:00
  • 18c6f98acc [readme] Add documentation for LTS updates which reinstall existing packages Saikat Das 2020-07-28 19:31:30 +05:30
  • 424aeb38b4 [Refactor] add nvm_get_checksum_binary; use it in nvm debug Jordan Harband 2020-07-31 22:13:21 -07:00
  • abfe0a5891 [Refactor] remove unused nvm_checksum function Jordan Harband 2020-07-31 22:10:28 -07:00
  • 3561bbc54a [Fix] --help: Add more examples Naomi Quinones 2020-07-28 17:56:48 -07:00
  • 83043c4d3a [debug] add whoami output Jordan Harband 2020-07-25 13:38:52 -07:00
  • 55eafcd814 [New] add nvm -v as an alias for nvm --version Dena Burd 2020-07-27 10:26:35 -07:00
  • 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. ritmos 2020-06-20 15:15:01 +02:00
  • 4b1100e515 [New] nvm_supports_xz: Add Mac/FreeBSD xz platform support checks DeeDeeG 2020-01-29 16:20:15 -05:00
  • f6d11bae41 [readme] Fix fish load_nvm function Bram Wubs 2020-07-07 08:29:00 +02:00
  • d2d232ea2b [readme] Update macOS troubleshooting w/ 10.15 zsh default Marcus Kazmierczak 2020-06-24 11:02:01 -07:00
  • 7b3af45cf7 [readme] Update install instructions troubleshooting Connor Leech 2020-05-25 07:36:40 -07:00
  • bac5393e12 [Docs] Syntax highlight for Ansible task example in README.md Peter Dave Hello 2020-05-29 21:01:47 +08:00
  • 2d4e877b61 [readme] Stop removing spaces from nvm_path Szymon Dzialowski 2020-06-10 18:28:14 +01:00
  • 6575b6b052 [Fix] install: improved arg parsing around --reinstall-packages-from Jordan Harband 2020-06-04 16:15:39 -07:00
  • 33fa27dabe [Docs] Update README for environment variables Bruce A. MacNaughton 2020-02-07 12:01:57 -08:00
  • 91a55dd91a [Refactor] Rename solaris and iojs helper functions to be nvm_ prefixed Sehrope Sarkuni 2020-05-08 16:08:27 -04:00
  • 7aba64a2d5 [meta] further TOC action tweaks Jordan Harband 2020-04-29 20:18:40 -07:00
  • dcc8059ef8 [readme] include deeper integration instructions for fish Jared Ramirez 2020-04-29 15:25:23 -07:00
  • 8e1e5df059 [meta] fix TOC action Jordan Harband 2020-04-29 15:13:30 -07:00
  • e0ed1eacfd [meta] add actions: Automatic Rebase for PRs, auto-update-TOC for push Jordan Harband 2020-04-29 12:06:01 -07:00
  • 73438e339e Update Dockerfile base image to Ubuntu 16.04, cc #2008 Peter Dave Hello 2020-03-30 02:17:28 +08:00
  • b02617028f [Tests] Source nvm.sh before defining FILE Magnus Markling 2020-03-19 12:13:29 +01:00
  • f607f2f783 [Fix] reinstall-packages: do not include unmet peer deps Jordan Harband 2020-03-10 23:51:17 -07:00
  • 258938ef66 v0.35.3 v0.35.3 Jordan Harband 2020-03-05 23:13:56 -08:00
  • 096ba0d8c3 uninstall: add NVM_DEBUG to print out a filename as its permissions are checked Jordan Harband 2020-03-05 17:40:17 -08:00
  • 4626d1aae6 [New] add lts/-1 etc, to point to an LTS line relative to "latest" Jordan Harband 2020-03-04 01:03:36 -08:00
  • c372ff03e0 [Tests] update mocks Jordan Harband 2020-03-04 00:44:35 -08:00
  • 30cd9c5dc8 [Tests] fix update mocks script Jordan Harband 2020-03-04 00:57:58 -08:00
  • 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 -08:00
  • e609091a55 [Tests] update test mocks Jordan Harband 2020-02-22 09:06:59 -08:00
  • 8093dbeacd [readme] add nvm intro flip111 2020-01-23 20:32:07 +01:00
  • 4cd6b4822c [Tests] try to make nvm unload test more robust Jordan Harband 2020-02-09 06:41:52 -10:00
  • 6c560b12b6 [New] use: set NVM_INC to expose the node include path Bruce A. MacNaughton 2020-02-07 06:23:35 -08:00
  • f4eddb2c9c [Tests] ensure nvm unload unsets env vars too Jordan Harband 2020-02-07 09:16:55 -10:00
  • a1ad32e9cb [readme] restore broken anchor Jordan Harband 2020-01-11 18:15:20 -08:00
  • d8785da988 [Docs] Improve readme clarity and troubleshooting nebbles 2019-11-17 14:52:52 +00:00
  • 4ff9084e99 [Docs] Fix small typo in README Lucian Buzzo 2019-12-05 10:07:38 +00:00
  • f355b327d6 v0.35.2 v0.35.2 Jordan Harband 2019-12-17 22:40:20 -08:00
  • 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 -08:00
  • 0899839b95 [Tests] pin david to v11 Jordan Harband 2019-12-09 08:51:46 -08:00
  • 73a513c389 [Fix] allow nvm unalias x when x is a default alias, but shadowed Jordan Harband 2019-11-12 11:16:08 -08:00
  • 04ad1b528c [readme] Fix a typo awthwathje 2019-11-08 10:24:16 +01:00
  • 1c8e59130f [meta] create FUNDING.yml Jordan Harband 2019-11-05 12:05:09 -08:00
  • 28bc2fd991 v0.35.1 v0.35.1 Jordan Harband 2019-11-03 10:03:31 -08:00
  • 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 -07:00
  • 1eca354233 [Docs] Add description if instructions don't work; make install instructions more readable Marit Iren 2019-10-20 17:08:29 +02:00
  • 0a4e6f2b70 [meta] Update ISSUE_TEMPLATE.md Guido Bouman 2019-10-08 15:27:53 +02:00