You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
I have the exact same issue. Using n, node version 0.12.18 is install but avn responds with avn could not activate node 0.12.18 using node 8.1.0. Same happens on 10.0.0and on 14.5.0 it cant even find the correct module Fatal Error: Cannot find module '/Users/verpixelt/.avn/plugins/avn-nvm'
Details
avn --version
0.2.3
node --version
v6.14.2
nvm --version
0.33.11
bash --version
GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu)
The output of
__avn_debug
in the directory with a.node-version
file is:__avn_debug
avn could not activate node 6.14.4
error: no plugin passed predicate
avn-nvm: Invalid Version: v6.14.4 *
avn-n: no version matching 6.14.4
avn
is loaded in my~/.{bash|zsh}{_profile|rc}
file with:.bash_profile
Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
User specific environment and startup programs
PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/node/node-v8.11.4-linux-x86/bin
PATH=$PATH:/apps/ibm/node/bin:/apps/ibm/node_modules/bin
PATH=/apps/ibm/bin:$PATH
export PATH
export NPM_CONFIG_PREFIX=/apps/ibm/node_modules
export LOG_DIR=/logs/apic-member
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" --no-use # 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
nvm
user I am confirming that I did not install with HomebrewThe text was updated successfully, but these errors were encountered: