wbyoung / avn

Automatic Version Switching for Node
MIT License
1.14k stars 54 forks source link

avn not activating on one repo but working on another #79

Closed mattgabor closed 6 years ago

mattgabor commented 6 years ago

Please describe your issue clearly and also include all details below.

Details

I have avn installed and one of my projects activates avn but none of my other ones do.

The output of __avn_debug in the directory with a .node-version file is:

# paste output here

no output

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

# find the relevant line(s) in your profile & note path above
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
[[ -s "$HOME/.avn/bin/avn.sh" ]] && source "$HOME/.avn/bin/avn.sh" # load avn

nvm specific

mattgabor commented 6 years ago

this resolved itself after restarting compute