I used the following command to install nvm on Mac:
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
It did execute successfully but when I use
nvm install 10
command to install version 10, it throws an error stating -
zsh: command not found: nvm
I don't know how to fix this issue. Any help will be highly appreciated.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…