“Agregar NVM” Código de respuesta

.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

Agregar NVM

wget -qO- 
https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
Outstanding Otter

Respuestas similares a “Agregar NVM”

Preguntas similares a “Agregar NVM”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código