sunxiaobo
a338f98a5a
accerlate nvm invoke when change directory
8 years ago
Hiro Asari
4b88613508
Consolidate APT packages
...
Consolidate APT packages definition into one place, so that the folding is displayed correctly.
8 years ago
Atsushi Yamamoto
3342367981
Fix indent at L2672
8 years ago
Jordan Harband
f9e14b7d4d
[Fix] `nvm uninstall`: work around `nomatch` `zsh` option.
...
Fixes #1228 .
8 years ago
Jordan Harband
a29d0e49dc
[Tests] improve + update test mocks
8 years ago
Peter Dave Hello
702d52f23b
update test mocks
8 years ago
Joseph Frazier
7ca1186dbc
Fix "Manual upgrade" link in readme
8 years ago
Jordan Harband
160a39c844
[Refactor] fix copy-paste error from 5c68141ede
9 years ago
Jordan Harband
d12ccb130d
[Fix] `zsh`: when `warncreateglobal` is set, this line warns for some reason. Use `env` to suppress it.
...
Fixes #1236 .
9 years ago
Jordan Harband
acbdd9a3fa
[Fix] Fix trailing whitespace in `nvm ls-remote`
9 years ago
Jordan Harband
f60edbb6b4
[Tests] update test mocks
9 years ago
Jordan Harband
256e75c789
[Fix] Remove un-local var EXIT_CODE.
...
Might possibly be a fix to part of #1236
9 years ago
Peter Dave Hello
8b3cf6cbcb
add a menu for readme for easier readability
9 years ago
Jordan Harband
5c68141ede
[Refactor] `nvm ls-remote`: make the main ls-remote command call into `nvm_remote_versions` directly.
9 years ago
Jordan Harband
dc1d3aa943
[Refactor] `nvm_install_source`, `nvm_install_binary`, `nvm_download_artifact`: ensure a version is provided.
9 years ago
Jordan Harband
51b21bcad1
[Refactor] Use `||:` and `&&:` when appropriate
9 years ago
Erez Zukerman
4a7973ea61
Removes fin from the readme
...
If you go to the [fin repo](https://github.com/fisherman/fin ) you'll see that it isn't a node version manager, but simply a plugin manager for Fish. Seems out of scope for the readme, and there are other plugin solutions for fish as well. I suggest removing the reference.
9 years ago
Peter Dave Hello
68761c3200
Manually run git gc after nvm installation, fix #1226
9 years ago
Peter Dave Hello
ef5670fd82
Bump to require git v1.7+ and add docs, fix #1232
9 years ago
b264
9db5c06a63
[Docs] copyedit readme
9 years ago
Jordan Harband
3b5f088e01
[Refactor] `nvm_ls_remote_index_tab`: clean up to use `nvm_get_mirror`
9 years ago
Jordan Harband
dca0220275
[Refactor] `nvm_install_binary`: remove unused `nvm_get_mirror` call
9 years ago
Jordan Harband
63fe22d635
v0.32.0
9 years ago
Jordan Harband
01695056af
[Road Map] update with completed feature
9 years ago
Jordan Harband
25c7260f1e
[Tests] improve test matrix
9 years ago
Jordan Harband
ecba036cbf
[Tests] show `type` output for debugging
9 years ago
Jordan Harband
332f413eb3
[New] expand `xz` support to more versions.
...
Per https://github.com/nodejs/node/pull/4894#issuecomment-175989848
9 years ago
Jordan Harband
6784767bea
Merge pull request #1204 from ljharb/iojs_source
...
[New] [Refactor] Rewrite installation code path
9 years ago
Jordan Harband
25fa40e7cb
v0.31.7
9 years ago
Jordan Harband
6abc36ee4f
[Fix] ensure LTS alias dir exists before writing to it.
...
Fixes #1216
9 years ago
Jordan Harband
68bf93514b
[Fix] when originally installed without git, ensure it can be upgraded to use git.
...
Fixes #1212 . Closes #1213 .
9 years ago
Jordan Harband
7e18328a88
Merge pull request #1214 from ljharb/shellcheck
...
[Tests] add `shellcheck`
9 years ago
Jordan Harband
85c5e12710
[Refactor] `install.sh`: use curlies in a few places.
9 years ago
Jordan Harband
d0180f7eb2
[shellcheck] build from source to get v0.4.4
9 years ago
Jordan Harband
5ba6e748b7
[Tests] run shellcheck in tests.
9 years ago
Jordan Harband
31c68adbcf
v0.31.6
9 years ago
Aria Stewart
451b67fe78
Revert %s-formatting for SOURCE_STR when writing to shell profile
9 years ago
Jordan Harband
d179810b25
v0.31.5
9 years ago
Jordan Harband
1ac7e236b1
[New] Add `lts/foo` support to remote commands.
...
- `nvm ls-remote`
- `nvm version-remote`
- `nvm install`
- `nvm uninstall`
Document existing support:
- `nvm use`
- `nvm exec`
- `nvm run`
Fixes #1208 .
9 years ago
Jordan Harband
681c81ad30
[shellcheck] clean up `install.sh`
9 years ago
Jordan Harband
2228323c0b
[shellcheck] disable intentional violations via comments
9 years ago
Jordan Harband
cbeb654692
[shellcheck] properly quote arguments.
9 years ago
Jordan Harband
24a9c089ff
[shellcheck] fix incorrect `A && B || C` usages.
9 years ago
Jordan Harband
d5f1d4530f
[Tests] `chmod a-x` on io.js source tests, for now.
...
TODO: fix.
9 years ago
Jordan Harband
bc4639c1c9
[Docs] add a road map.
9 years ago
Jordan Harband
a5d7ff7440
[Tests] explicitly set `$CXX` and `$CC`
9 years ago
Jordan Harband
c7515bf108
[Tests] trying an alternative syntax for gcc upgrades
9 years ago
Jordan Harband
f178a09d89
[Tests] update gcc to 4.8
9 years ago
Jordan Harband
54cc3a383e
[Tests] set -ex options on more tests
9 years ago
Jordan Harband
d3d768adcd
Add `nvm_get_mirror`
9 years ago