pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 19:43:16 +01:00
|
|
|
# nvm
|
|
|
|
|
2023-12-16 16:34:46 +00:00
|
|
|
> Instala, desinstala o cambia entre versiones de Node.js.
|
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 19:43:16 +01:00
|
|
|
> Admite números de versión como "12.8" o "v16.13.1", y etiquetas como "stable", "system", etc.
|
|
|
|
> Más información: <https://github.com/coreybutler/nvm-windows>.
|
|
|
|
|
|
|
|
- Instala una versión específica de Node.js:
|
|
|
|
|
|
|
|
`nvm install {{versión_de_node}}`
|
|
|
|
|
|
|
|
- Establece la versión por defecto de Node.js (debe ejecutarse como Administrador):
|
|
|
|
|
|
|
|
`nvm use {{versión_de_node}}`
|
|
|
|
|
|
|
|
- Lista todas las versiones disponibles de Node.js y destaca la versión por defecto:
|
|
|
|
|
|
|
|
`nvm list`
|
|
|
|
|
2023-12-16 16:34:46 +00:00
|
|
|
- Lista todas las versiones remotas de Node.js:
|
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 19:43:16 +01:00
|
|
|
|
|
|
|
`nvm ls-remote`
|
|
|
|
|
|
|
|
- Desinstalación de una versión determinada de Node.js:
|
|
|
|
|
|
|
|
`nvm uninstall {{versión_de_node}}`
|