M
M
Maxim Ivanov2022-03-17 14:39:49
bash
Maxim Ivanov, 2022-03-17 14:39:49

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_HOMEand 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 "


Does not help.
All the same bash: nvm: command not found?
What else can be done?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question