Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

avn could not activate node lts/carbon #71

Open
1 task done
NimaSoroush opened this issue Jan 7, 2018 · 1 comment
Open
1 task done

avn could not activate node lts/carbon #71

NimaSoroush opened this issue Jan 7, 2018 · 1 comment

Comments

@NimaSoroush
Copy link

avn does not activate named lts like lts/carbon.

This is what I get when I set the version in .nvmrc

.nvmrc => lts/carbon       // avn could not activate node lts/carbon
.nvmrc => 8.9.4            // avn activated 8.9.4 via .nvmrc (avn-nvm v8.9.4)

Details

  • avn v0.2.3
  • node v8.9.4
  • nvm 0.33.8
  • bash 3.2.57(1)-release (x86_64-apple-darwin16)

The output of __avn_debug in the directory with a .nvmrc file is:

avn could not activate node lts/carbon
error: no plugin passed predicate
  avn-nvm: no version matching lts/carbon

avn is loaded in my ~/.{bash|zsh}{_profile|rc} file with:

export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
[[ -s "$HOME/.avn/bin/avn.sh" ]] && source "$HOME/.avn/bin/avn.sh" # load avn

nvm specific

  • As an nvm user I am confirming that I did not install with Homebrew
@ljharb
Copy link

ljharb commented Jan 7, 2018

May be related to #43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants