xxxxxxxxxx
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
xxxxxxxxxx
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
xxxxxxxxxx
// v0.39.1
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
// "node" is an alias for the latest version
nvm install node
xxxxxxxxxx
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
xxxxxxxxxx
//check the link to download the nvm
https://github.com/coreybutler/nvm-windows/releases
step 1 : download nvm-setup.zip
step 2 : extract and install nvm-setup.exe
setp 3: go to the command prompt and check the version of nvm using the nvm --version
//check the installed node version list
use nvm ls
//to change your node version through nvm follow the given instruction
step 1: run your command prompt as an administrator
step 2: run nvm use your desired version .ex - nvm use 14.17.6
setp 3: check the nvm list to check weather it changes or not
xxxxxxxxxx
curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh
xxxxxxxxxx
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
xxxxxxxxxx
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
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" # This loads nvm
xxxxxxxxxx
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
xxxxxxxxxx
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
xxxxxxxxxx
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash