nvm debug output:
nvm ls output:
nvm?PATH?curl -I --compressed -v https://nodejs.org/dist/ print out?
Any command I execute after installation, the output on the screen is always : command not found: nvm
It's likely the installation script isn't properly detecting your profile file.
Do you have a ~/.zprofile or ~/.zshrc file?
It's likely the installation script isn't properly detecting your profile file.
Do you have a
~/.zprofileor~/.zshrcfile?
I checked, but none of the files exist, what should I do ?
touch ~/.zprofile, and then add the lines indicated here to it. Then relaunch your shell.
I added the following line to the .zshrc file plugins=(... nvm)
Great, did that fix it?
Great, did that fix it?
Yes.