“Instale o nó no 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 -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

Instale o NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Upset Unicorn

Instale o nó no NVM

// Ex:
nvm install v12.13.1
Elegant Eagle

Instale o NVM

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
Wicked Walrus

Respostas semelhantes a “Instale o nó no NVM”

Perguntas semelhantes a “Instale o nó no NVM”

Mais respostas relacionadas para “Instale o nó no NVM” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código