“comando nvm” Respostas de código

NVM Linux

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
Handsome Hippopotamus

.nvm Bash

# This loads nvm (Node Version Manager). Add this to your shell profile (~/.bash_profile, ~/.zshrc, ~/.profile, or ~/.bashrc)
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
Odd Owl

Instale o NVM

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

Use uma versão específica do nó

nvm use {Node version}
Cautious Centipede

Como alterar a versão do nó

nvm use --delete-prefix $NODE_VERSION

example:
nvm use --delete-prefix v8.9.4
Google's Top Recommendation

comando nvm

export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
Cruel Cheetah

Respostas semelhantes a “comando nvm”

Perguntas semelhantes a “comando nvm”

Mais respostas relacionadas para “comando nvm” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código