Answers for "how to use nvm in windows terminal"

1

how to install nvm on linux terminal

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
source .bashrc
Posted by: Guest on May-11-2021
0

nvm command

export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
Posted by: Guest on October-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language