“Instale o nó usando o NVM Windows” 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 nó usando o NVM Windows

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

Como instalar o nó usando NVM

nvm install --lts
nvm install 10.9.0
CopyCopy
Drab Deer

Instale o nó no NVM

// Ex:
nvm install v12.13.1
Elegant Eagle

Respostas semelhantes a “Instale o nó usando o NVM Windows”

Perguntas semelhantes a “Instale o nó usando o NVM Windows”

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

Procure respostas de código populares por idioma

Procurar outros idiomas de código