“Versão do nó nvm” Respostas de código

Use o NVM para instalar o último nó

//lists all versions
nvm ls-remote

//installs the version you want (in this case version 14.0.0)
nvm install v14.0.0

//use the version that you installed as the default
nvm use v14.0.0
Dark Dotterel

Instale o NVM

curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Yucky Yacare

Instale o NVM via npm

sudo npm install -g nvm
Itchy Iguana

Instale o NVM

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
th3n00bc0d3r

Instale o NVM

curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh
Quaint Quetzal

Versão do nó nvm

nvm ls
Copperfield

Respostas semelhantes a “Versão do nó nvm”

Perguntas semelhantes a “Versão do nó nvm”

Mais respostas relacionadas para “Versão do nó nvm” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código