You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Harband
39a75e616d
Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs`
Also add `nvm_version node` and `nvm_version iojs` support.
|
10 years ago |
.. |
Aliases
|
Show "∞" when there's a circular alias reference.
|
10 years ago |
Listing paths
|
Put node versions >= 0.12 in `versions/node` instead of just `versions`
|
10 years ago |
Listing versions
|
Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs`
|
10 years ago |
Unit tests
|
Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs`
|
10 years ago |
Running "nvm alias" should create a file in the alias directory.
|
Added travis config, fixed tests for use on travis
|
11 years ago |
Running "nvm current" should display current nvm environment.
|
If nvm is deactivated, display "none" or "system" instead of the system node version
|
11 years ago |
Running "nvm deactivate" should unset the nvm environment variables.
|
Fixing deactivate tests.
|
10 years ago |
Running "nvm install" with "--reinstall-packages-from" requires a valid version
|
Rename `nvm copy-packages` to `nvm reinstall-packages`, and `--copy-packages-from` install option to `--reinstall-packages-from`
|
10 years ago |
Running "nvm install" with an invalid version fails nicely
|
redirect stderr to stdout in test
|
11 years ago |
Running "nvm unalias" should remove the alias file.
|
tests from readme
|
13 years ago |
Running "nvm uninstall" should remove the appropriate directory.
|
tests from readme
|
13 years ago |
Running "nvm unload" should unset all function and variables.
|
Adding a trailing newline
|
11 years ago |
Running "nvm use foo" where "foo" is circular aborts
|
Prevent attempts to `nvm use` a circular reference.
|
10 years ago |
Running "nvm use system" should work as expected
|
`nvm use system` should work as expected.
|
11 years ago |
Running "nvm use x" should create and change the "current" symlink
|
Default $NVM_SYMLINK_CURRENT to off (create a "current" symlink on `use`).
|
10 years ago |
Running "nvm use x" should not create the "current" symlink if $NVM_SYMLINK_CURRENT is false
|
Default $NVM_SYMLINK_CURRENT to off (create a "current" symlink on `use`).
|
10 years ago |
Sourcing nvm.sh should make the nvm command available.
|
tests from readme
|
13 years ago |
setup
|
Fix the setup/teardown urchin test scripts under zsh
|
12 years ago |
setup_dir
|
Making sure that versions are backed up when running tests.
|
11 years ago |
teardown
|
Fix the setup/teardown urchin test scripts under zsh
|
12 years ago |
teardown_dir
|
Added travis config, fixed tests for use on travis
|
11 years ago |