Daniel Bretoi
|
a1c0c34088
|
fix to proper echo of nvm which. Checkin test which had been left out
|
10 years ago |
Daniel Bretoi
|
234b925c7a
|
style and remove nvm deactivate in nvm which
|
10 years ago |
Jordan Harband
|
8964cb46d3
|
v0.20.0
|
10 years ago |
Jordan Harband
|
383f39ab61
|
Global modules should not be requireable, and `npm root -g` should not be in `$NODE_PATH`.
Fixes #586.
|
10 years ago |
Jordan Harband
|
052743816f
|
$NODE_PATH is special, so this function shouldn't risk clobbering it.
|
10 years ago |
Jordan Harband
|
7bbcd3a977
|
v0.19.0
|
10 years ago |
Jordan Harband
|
e728577627
|
Rename `nvm copy-packages` to `nvm reinstall-packages`, and `--copy-packages-from` install option to `--reinstall-packages-from`
For #341. `nvm copy-packages` and install option `--copy-packages-from` will continue to be supported for for at least a full minor release version.
|
10 years ago |
Jordan Harband
|
c33074cb54
|
Tweaking formatting of help output; adding `nvm exec` example.
|
10 years ago |
Daniel Bretoi
|
0c33fd2598
|
change to use default behavior for which
|
10 years ago |
Daniel Bretoi
|
b63042bd9f
|
forgot to append bin
|
10 years ago |
Daniel Bretoi
|
382c3aa85e
|
implements nvm which
|
10 years ago |
Jordan Harband
|
5f5eb47f14
|
v0.18.0
|
10 years ago |
Jordan Harband
|
d09b84de3c
|
Ensure that a system has `manpath` before invoking it.
Closes #531, fixes #557.
|
10 years ago |
Brock Angelo
|
1c9a5ba2d8
|
use slash pwd instead of command
|
10 years ago |
Brock Angelo
|
fd1f2cdf66
|
use `command -p pwd` to use the system default pwd
|
10 years ago |
Jordan Harband
|
2d529cc8b7
|
Prevent attempts to `nvm use` a circular reference.
|
10 years ago |
Jordan Harband
|
9b91734f0b
|
Show "∞" when there's a circular alias reference.
|
10 years ago |
Jordan Harband
|
7a339bdd3c
|
Adding nvm_resolve_alias
|
10 years ago |
Jordan Harband
|
e421a0dc5f
|
Ensure nvm follows redirects to nodejs.org
|
10 years ago |
Jordan Harband
|
4748b3a236
|
v0.17.3
|
10 years ago |
Jordan Harband
|
2a61569881
|
http://nodejs.org/dist now redirects to https://nodejs.org/dist
|
10 years ago |
Jordan Harband
|
ca89cceb99
|
Default $NVM_SYMLINK_CURRENT to off (create a "current" symlink on `use`).
Fixes #499.
|
10 years ago |
Hiro Asari
|
44d5776110
|
Fix npm update code
https://npmjs.org/install.sh redirects to https://www.npmjs.org/install.sh
so this code would fail if it ever npm was absent when we get here.
|
10 years ago |
Jordan Harband
|
d49443e1fb
|
Properly handle nvm_print_implicit_alias splitting in zsh.
Hopefully fixes #546.
|
10 years ago |
Jordan Harband
|
e99645f402
|
Don't list uninstalled implicit aliases
|
10 years ago |
Jordan Harband
|
a2633e5980
|
Fixing "nvm alias" output redirection.
|
10 years ago |
Jordan Harband
|
1ee708b79b
|
Fix an output redirection error.
|
11 years ago |
Jordan Harband
|
2f2c6f0727
|
Use nvm_alias in nvm_ls.
|
11 years ago |
Jordan Harband
|
0eef553a88
|
Use `-f` instead of `-e` in nvm_alias.
|
11 years ago |
Jordan Harband
|
5135577a3c
|
Ensure `nvm run` has the same semantics as `nvm use`
|
11 years ago |
Jordan Harband
|
5bc6e289ce
|
Silencing nvm_version_path error output in nvm_print_versions
|
11 years ago |
Jordan Harband
|
d0c6b87b2e
|
Use `nvm_alias` in `nvm alias`
|
11 years ago |
Jordan Harband
|
66b214651f
|
Add `nvm_alias` and unit tests.
|
11 years ago |
Jordan Harband
|
f0471acbf5
|
v0.17.2
|
11 years ago |
Jordan Harband
|
2737a95645
|
Create nvm_ensure_version_prefix, and make nvm_format_version actually format the version.
|
11 years ago |
Jordan Harband
|
4cdf356cdc
|
Support `nvm ls-remote stable` and `nvm ls-remote unstable`
|
11 years ago |
Jordan Harband
|
c918e570b6
|
Add support for `nvm ls stable` and `nvm ls unstable`
|
11 years ago |
Jordan Harband
|
5dc7af6285
|
Make `nvm alias` list implicit "stable" and "unstable" aliases when they're not already aliases.
|
11 years ago |
Jordan Harband
|
5aad535d53
|
Adding nvm_print_implicit_alias
|
11 years ago |
Jordan Harband
|
fcdd1ef431
|
Add nvm_validate_implicit_alias
|
11 years ago |
Jordan Harband
|
ff92ba7f43
|
Silence more secondary "deactivate" output.
|
11 years ago |
Jordan Harband
|
804f2759f8
|
Ensure that `nvm use` works when .nvmrc contains "system"
|
11 years ago |
Jordan Harband
|
d5fe657382
|
Ensure `nvm_rc_version` always modifies $NVM_RC_VERSION, rather than retaining its value from previous runs.
|
11 years ago |
Jordan Harband
|
3e4613fd66
|
Don't output `nvm deactivate` output when running `nvm use system`
|
11 years ago |
Jordan Harband
|
b707d8b072
|
nvm_ls: format the version immediately, so that `nvm ls 0.0.1` doesn't return `nvm ls 0.0.10`
|
11 years ago |
Jordan Harband
|
25bd2bb018
|
Make `nvm ls-remote` return nvm_ls_remote's exit code.
|
11 years ago |
Jordan Harband
|
4a8a5a1180
|
Shell-quoting some more things.
|
11 years ago |
Jordan Harband
|
145da7eef8
|
v0.17.1
|
11 years ago |
Jordan Harband
|
4cf56ae186
|
Remove unnecessary local var declaration. Fixes #535
|
11 years ago |
Jordan Harband
|
53f9841c6c
|
v0.17.0
|
11 years ago |