0d898b0aa4When `node` version is not io.js and is v1.0 or later, on `nvm install`, run `nvm_install_merged_node_binary`
Jordan Harband
2015-08-22 22:10:33 -0700
0181821b51Add `nvm_install_merged_node_binary`
Jordan Harband
2015-08-22 22:09:04 -0700
f34fef96d8Add `nvm_is_merged_node_version`
Jordan Harband
2015-08-23 22:09:31 -0700
26ee4aafc0v0.26.1
Jordan Harband
2015-08-22 20:54:31 -0700
8746d63041Ensure after node v4.0 is released, `stable` will simply refer to the latest node.
Jordan Harband
2015-08-22 09:45:49 -0700
b7e2d7d24dOops, the string passed to `awk` isn't the same as a shell command.
Jordan Harband
2015-08-16 18:08:50 -0700
58ffa407c2Prefixing more commands with `command` to bypass aliases.
Jordan Harband
2015-08-15 23:56:32 -0700
49abc9ce02v0.26.0
Jordan Harband
2015-08-13 17:10:08 -0700
15876280f7Remove trailing whitespace.
Jordan Harband
2015-08-13 17:09:22 -0700
9f653cc196Merge pull request #802 from Alex7Kom/master
Jordan Harband
2015-08-13 00:04:07 -0700
543b86c060Replace links to nvm-fish and nvm-fish-wrapper with a link to bass
Alexey Komarov
2015-08-13 09:06:48 +0300
ba01993ea6Merge pull request #799 from hkdobrev/neither
Jordan Harband
2015-08-10 11:09:46 -0700
31e7d5b36aUse neither in README
Haralan Dobrev
2015-08-10 20:34:10 +0300
17c68075e8Use single quotes instead of double quotes for help output.
Jordan Harband
2015-08-05 23:53:29 -0700
3fcff872afAdd explanatory note for `<version>`
Jordan Harband
2015-08-05 23:53:17 -0700
c07838fcc0Merge pull request #797 from Sequoia/patch-1
Jordan Harband
2015-08-05 21:03:30 -0700
fe1ed37520Add usage string for --reinstall-packages-from
Sequoia McDowell
2015-08-05 22:26:17 -0400
ae1c488fe1Merge pull request #795 from reybango/master
Jordan Harband
2015-08-04 14:38:38 -0700
d9662f138fUpdated based on feedback from @ljharb on syntax description and functionality
Rey Bango
2015-08-04 17:35:03 -0400
b7a93be02eUpdated to added npm to the text
Rey Bango
2015-08-04 15:23:07 -0400
3543cd5d2fUpdated usage instructions to include --reinstall-packages-from syntax and example
Rey Bango
2015-08-04 15:19:38 -0400
d7035c5e61Redirect stderr output from `npm ls -g` to /dev/null.
Jordan Harband
2015-08-03 16:41:47 -0700
1f679fc055Merge pull request #765 from CristianCantoro/master
Jordan Harband
2015-07-21 16:37:03 -0700
c37dbbecb4Detect shell type from $SHELL variable instead of .$SHELLrc files
Cristian Consonni
2015-07-19 02:01:06 +0200
f81b6d6b7bUpdate `semver`
Jordan Harband
2015-07-18 12:20:53 -0700
d57f7ea54aMerge pull request #776 from IonicaBizauKitchen/source-nvm.sh
Jordan Harband
2015-07-18 12:02:08 -0700
759f86f946Tweaking local variable name to avoid pollution under `ksh`.
Jordan Harband
2015-07-18 09:31:07 -0700
60c2f3705eMerge pull request #780 from alanmquach/silent-source
Jordan Harband
2015-07-18 09:29:40 -0700
657192dd27Adding unit tests for --silent
Alan Quach
2015-07-10 10:27:35 +1000
98e40a8da5Expanding to full if statements because the shorthand results in non-zero exit codes
Alan Quach
2015-07-09 18:40:52 +1000
2da44f90d2Silencing error outputs as well (for consistency and following after things like curl)
Alan Quach
2015-07-09 18:00:13 +1000
88a50780fcRemoving global NVM_SILENT and adding/using '--silent' option to nvm use instead
Alan Quach
2015-07-09 17:44:09 +1000
9419794b19Guarding npm version printing with NVM_SILENT flag check; when sourcing nvm.sh, a considerable amount of time is spent running npm --version only for that output to be black-holed to /dev/null
Alan Quach
2015-07-09 09:56:26 +1000
b4151e1446Source the nvm.sh file
Ionică Bizău
2015-06-30 09:47:55 +0300
f2d31b0458Some refactoring to clear up the path to `io.js` release candidate support.
Jordan Harband
2015-07-03 21:10:12 -0700
0b41352210Factor out global installs/links into `nvm_npm_global_modules` function.
Jordan Harband
2015-07-02 23:47:29 -0700
be5e8de0c8Fix `nvm reinstall-packages` for linked packages, broken in 7bce6c6c68
Jordan Harband
2015-07-02 22:45:11 -0700
3ef937a64eMake `nvm_ensure_version_installed` slightly more efficient.
Jordan Harband
2015-06-28 18:15:15 -0700
a21b2e6962Refactor this `nvm use` `case` statement out into an `nvm_match_version` function.
Jordan Harband
2015-06-28 18:08:38 -0700
cc090f4476Speed up `nvm_print_npm_version`.
Jordan Harband
2015-06-28 16:23:12 -0700
c31b072145Fix `nvm debug` output in `zsh`.
Jordan Harband
2015-06-28 17:19:15 -0700
7bce6c6c68`nvm reinstall-packages` should install the same version it had before.
Jordan Harband
2015-06-29 00:04:59 -0700
fb2f1ac627Merge pull request #778 from williamboman/chore/rewording
Jordan Harband
2015-07-02 12:44:37 -0700
bc3840b6f3nvm.sh: s/copying/reinstalling/
William Boman
2015-07-02 21:21:51 +0200
6b8fd19d76Merge pull request #766 from lukechilds/master
Jordan Harband
2015-06-18 13:42:48 -0700
c1ef31df53Remove unnecessary nvm use
lukechilds
2015-06-13 19:38:28 +0100
3b67b3b9bbUse node instead of nvm run and check v8_use_snapshot in node rather than shell
lukechilds
2015-06-13 18:52:54 +0100
83466446ceAdded newline to end of ARM test
lukechilds
2015-06-13 16:10:49 +0100
3214caa4ecAdding installation test for disabling V8 snapshot on ARM
lukechilds
2015-06-13 15:58:27 +0100
1f13f15620Add --without-snapshot configure flag to ARM devices
lukechilds
2015-06-12 23:36:02 +0100
fe044c5e3b`spawn-sync` now dedupes to the top level with this group of packages.
Jordan Harband
2015-06-07 01:10:55 -0700
3cfa1ed4e1Remove `$NVM_IOJS_ORG_VERSION_LISTING` env var.
Jordan Harband
2015-06-06 22:39:03 -0700
d78722b284v0.25.4
Jordan Harband
2015-05-29 11:11:40 -0700
4c475b2767Use the original `ls` instead of aliases.
Jordan Harband
2015-05-29 11:09:08 -0700
a539cba11ev0.25.3
Jordan Harband
2015-05-22 15:18:46 -0700
472ba5fc46Make sure sourcing `nvm.sh` on shells that don't support source options doesn't exit nonzero.
Jordan Harband
2015-05-22 00:15:43 -0700
96c96ec714v0.25.2
Jordan Harband
2015-05-19 14:05:43 -0700
475b8bd6b4Update `semver`
Jordan Harband
2015-05-17 21:12:03 -0700
5e805905caAdd undocumented `nvm debug` to print out helpful debugging info.
Jordan Harband
2015-05-14 14:56:26 -0700
2dec01da9cnvm reinstall-packages: On systems where `npm ls -g --depth=0` does not include `npm` for some reason, make sure to filter out `(empty)`.
Jordan Harband
2015-05-08 14:24:51 -0700
63672641a5Add wrapping curly braces to ensure that the entire scripts are downloaded.
Jordan Harband
2015-05-11 01:46:18 -0700
94bba31de3Make sure that `nvm reinstall-packages system` has the right std output.
Jordan Harband
2015-05-08 14:15:42 -0700
f70530ef18Fix installation instructions.
Jordan Harband
2015-05-07 10:43:47 -0700
ec33e8b720v0.25.1
Jordan Harband
2015-05-03 15:31:54 -0700
a4f89c6223Make sure to ignore `~/.curlrc` if it exists.
Jordan Harband
2015-05-01 02:00:49 -0700
517817f1a3Actually try to install from source when the error message says "binary failed, trying source".
Jordan Harband
2015-04-27 14:02:45 -0700
a6f5eff0f3Use `uname -m` instead of `uname -a`.
Jordan Harband
2015-04-28 22:56:43 -0700
0aac462b15Improve the error message when the binary tarball URL 404s.
Jordan Harband
2015-04-27 13:48:22 -0700
bb2fe618cbThe install script only runs in bash.
Jordan Harband
2015-04-27 16:55:21 -0700
eb5cecc970v0.25.0
Jordan Harband
2015-04-26 12:58:05 -0700
36f933984dRemove trailing whitespace.
Jordan Harband
2015-04-25 11:21:33 -0700
54d2d70048Merge pull request #742 from sjasperse/bugfix/rasp-pi-2-arch-detect
Jordan Harband
2015-04-26 00:04:00 -0700
e1009149c9adding architecture detection for Raspberry Pi 2
Scott Jasperse
2015-04-25 19:10:02 -0400
153ee6887eMerge pull request #741 from phillipsj/master
Jordan Harband
2015-04-25 10:58:52 -0700
295f2b7db4Adding .gitattributes to force unix line endings.
Jamie Phillips
2015-04-25 10:35:22 -0400
356ac7a697install.sh: Ensure that the `--quiet` option is available before trying to use it.
Jordan Harband
2015-04-22 00:40:27 -0700
64c88ce62eMerge pull request #735 from madarche/fix-doc
Jordan Harband
2015-04-19 10:32:48 -0700