-
Notifications
You must be signed in to change notification settings - Fork 71
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
Invalid index or unavailable host #130
Comments
@lkonya It appears that What does this tell you? $ la ~/.local/share/
$ echo $nvm_data
$ echo $nvm_mirror I expect command curl --location --silent $nvm_mirror/index.tab | command awk -v OFS=\t '
/v0.9.12/ { exit } # Unsupported
NR > 1 {
print $1 (NR == 2 ? " latest" : $10 != "-" ? " lts/" tolower($10) : "")
}
' |
@jorgebucaran I have no idea what changed, but it now works. Sorry for the false alarm. Thank you for your help! If you encountered with this problem multiply time, maybe it could be mentioned in a FAQ? |
This could happen if the user set |
Whenever I try to
nvm install
ornvm install v12.20.0
I receive the same error message:MacOS: 11.1
.nvmrc
content: v12.20.0The text was updated successfully, but these errors were encountered: