“Use o NVM para instalar o último nó” 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

como instalar o nvm no mac

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash
Poised Peccary

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.37.2/install.sh | bash

Versão do nó nvm

nvm ls
Copperfield

Instale o NVM

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

Respostas semelhantes a “Use o NVM para instalar o último nó”

Perguntas semelhantes a “Use o NVM para instalar o último nó”

Mais respostas relacionadas para “Use o NVM para instalar o último nó” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código