“Cómo instalar el nodo usando NVM” Código de respuesta

Use NVM para instalar el último nodo

//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

Cómo instalar NVM en Mac

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

instalar nvm

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

Instale el nodo con Windows NVM

First install NVM - https://stackoverflow.com/questions/25654234/node-version-manager-nvm-on-windows -2.nd answer
nvm install latest
nvm use 15.4.0 [instead of 15.4.0 use whatever number cmd spills on you]
Odd Otter

Cómo instalar NVM en Linux Terminal

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
source .bashrc
Jittery Jackal

Cómo instalar el nodo usando NVM

nvm install --lts
nvm install 10.9.0
CopyCopy
Drab Deer

Respuestas similares a “Cómo instalar el nodo usando NVM”

Preguntas similares a “Cómo instalar el nodo usando NVM”

Más respuestas relacionadas con “Cómo instalar el nodo usando NVM” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código