Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] nvm is asking its user to install "N/A" #1304

Closed
PeterDaveHello opened this issue Nov 14, 2016 · 2 comments
Closed

[Bug] nvm is asking its user to install "N/A" #1304

PeterDaveHello opened this issue Nov 14, 2016 · 2 comments
Labels
bugs Oh no, something's broken :-(

Comments

@PeterDaveHello
Copy link
Collaborator

$ nvm ls
            N/A
default -> 4 (-> N/A)
node -> stable (-> N/A) (default)
iojs -> N/A (default)
lts/* -> lts/boron (-> N/A)
lts/argon -> v4.6.2 (-> N/A)
lts/boron -> v6.9.1 (-> N/A)
$ echo "4" > .nvmrc
$ nvm use 
Found '/home/peter/.nvm/.nvmrc' with version <4>
N/A: version "N/A" is not yet installed.

You need to run "nvm install N/A" to install it before using it.
@ljharb ljharb added the bugs Oh no, something's broken :-( label Nov 14, 2016
ljharb pushed a commit to PeterDaveHello/nvm that referenced this issue Nov 16, 2016
ljharb pushed a commit to PeterDaveHello/nvm that referenced this issue Nov 16, 2016
@zladuric
Copy link

zladuric commented Dec 2, 2016

@PeterDaveHello should this not appear in nvm 0.32.1? Just pasted this on a fresh server:

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash

Restarted the shell, and got the same thing.

[zlatko@droplet ~]$ nvm use 6
N/A: version "N/A" is not yet installed.

You need to run "nvm install N/A" to install it before using it.

Not a big deal, just wanted to let you know.

@PeterDaveHello
Copy link
Collaborator Author

@zladuric it'll be after v0.32.1, @ljharb says he'll bump the version this month.

edwmurph pushed a commit to edwmurph/nvm that referenced this issue Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugs Oh no, something's broken :-(
Projects
None yet
Development

No branches or pull requests

3 participants