This website works better with JavaScript.
Explore
Help
Sign In
alvis
/
nvm
Watch
1
Star
0
Fork
You've already forked nvm
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
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.
1135
Commits
1
Branch
90
Tags
3.7 MiB
Shell
97.6%
Makefile
1.4%
Dockerfile
1%
Tree:
b5e0603e64
master
v0.0.1
v0.0.6
v0.1.0
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.12.0
v0.12.1
v0.12.2
v0.13.0
v0.13.1
v0.14.0
v0.15.0
v0.16.0
v0.16.1
v0.17.0
v0.17.1
v0.17.2
v0.17.3
v0.18.0
v0.19.0
v0.2.0
v0.20.0
v0.21.0
v0.22.0
v0.22.1
v0.22.2
v0.23.0
v0.23.1
v0.23.2
v0.23.3
v0.24.0
v0.24.1
v0.24.2
v0.25.0
v0.25.1
v0.25.2
v0.25.3
v0.25.4
v0.26.0
v0.26.1
v0.27.0
v0.27.1
v0.28.0
v0.29.0
v0.3.0
v0.30.0
v0.30.1
v0.30.2
v0.31.0
v0.31.1
v0.31.2
v0.31.3
v0.31.4
v0.31.5
v0.31.6
v0.31.7
v0.32.0
v0.32.1
v0.33.0
v0.33.1
v0.33.10
v0.33.11
v0.33.2
v0.33.3
v0.33.4
v0.33.5
v0.33.6
v0.33.7
v0.33.8
v0.33.9
v0.34.0
v0.35.0
v0.35.1
v0.35.2
v0.35.3
v0.36.0
v0.37.0
v0.37.1
v0.37.2
v0.38.0
v0.4.0
v0.5.0
v0.5.1
v0.6.0
v0.6.1
v0.7.0
v0.8.0
v0.9.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b5e0603e64'
${ noResults }
nvm
/
test
/
fast
/
Listing versions
History
Jordan Harband
2116d2ff91
Filter out the io.js version dir from nvm_ls output.
...
Fixes
#642
.
10 years ago
..
Running "nvm ls 0.0.2" should display only version 0.0.2.
Adding a failing test: `nvm ls 0.0.x` includes `v0.0.xy`
11 years ago
Running "nvm ls 0.2" should display only 0.2.x versions.
Adding a failing test.
11 years ago
Running "nvm ls foo" should return a nonzero exit code when not found
Moving this nvm ls test inside the "listing versions" test subdir.
11 years ago
Running "nvm ls io" should return NA
Filter out the io.js version dir from nvm_ls output.
10 years ago
Running "nvm ls node_" should return a nonzero exit code when not found
Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs`
10 years ago
Running "nvm ls stable" and "nvm ls unstable" should return the appropriate implicit alias
Ensuring that there's a stable and unstable version "available" for this test.
10 years ago
Running "nvm ls system" should include "system" when appropriate
Removing unnecessary cleanup in "Listing Versions" tests.
11 years ago
Running "nvm ls" should display all installed versions.
Make `nvm_ls foo` work with `iojs`-prefixed version strings.
10 years ago
Running "nvm ls" should filter out ".nvm"
Filter out of `nvm ls` things that start with a dot.
Fixes
#421
,
closes
#422
.
11 years ago
Running "nvm ls" should filter out "versions"
Put node versions >= 0.12 in `versions/node` instead of just `versions`
10 years ago
Running "nvm ls" should include "system" when appropriate
If `nvm_ls` is called without a pattern, and node exists, tack on "system".
11 years ago
Running "nvm ls" should list versions in the "versions" directory
Put node versions >= 0.12 in `versions/node` instead of just `versions`
10 years ago
Running "nvm ls" with node-like versioning vx.x.x should only list a matched version
Noting the changed behavior of `nvm ls vx.y.` to return something useful.
11 years ago
teardown
Clean up from some more tests
10 years ago