Answer the question
In order to leave comments, you need to log in
The problem is bash: nvm: command not found?
I installed nvm with both .exe and curl. In both cases, everything is successfully installed. Variables now have two fields ( screenshot ) NVM_HOME
and NVM_SYMLINK
.
I tried to add code that is written in the docs ( docs ):
export NVM_DIR= " $( [ -z " ${XDG_CONFIG_HOME-} " ] && printf %s " ${HOME} /.nvm " || printf %s " ${XDG_CONFIG_HOME} /nvm " ) "
[ -s " $ NVM_DIR /nvm.sh " ] && \. " $NVM_DIR /nvm.sh "
bash: nvm: command not found?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question