Docsity
Docsity

Prepara tus exámenes
Prepara tus exámenes

Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity


Consigue puntos base para descargar
Consigue puntos base para descargar

Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium


Orientación Universidad
Orientación Universidad


Instalación de Java JDK y React Native CLI usando PowerShell y Chocolatey, Ejercicios de Programación Javascript

Este documento muestra cómo instalar la versión 8.0.211 de java jdk y la herramienta de línea de comandos react native cli mediante powershell y chocolatey. El proceso incluye la descarga, instalación y configuración de ambas herramientas.

Tipo: Ejercicios

2020/2021

Subido el 12/02/2022

sam-martinez-l32
sam-martinez-l32 🇲🇽

3 documentos

1 / 2

Toggle sidebar

Esta página no es visible en la vista previa

¡No te pierdas las partes importantes!

bg1
Windows PowerShell
Copyright (C) Microsoft Corporation. Todos los derechos reservados.
Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore6
PS C:\WINDOWS\system32> choco install -y jdk8
Chocolatey v0.11.3
Installing the following packages:
jdk8
By installing, you accept licenses for the packages.
Progress: Downloading jdk8 8.0.211... 100%
jdk8 v8.0.211 [Approved]
jdk8 package files install completed. Performing other installation steps.
Downloading JDK from https://javadl.oracle.com/webapps/download/GetFile/1.8.0_211-
b12/478a62b7d4e34b78b671c754eaaf38ab/windows-i586/jdk-8u211-windows-x64.exe
Installing jdk8...
jdk8 has been installed.
PATH environment variable does not have C:\Program Files\Java\jdk1.8.0_211\bin in it. Adding...
jdk8 may be able to be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
see the changes (or in powershell/cmd.exe just type `refreshenv`).
The install of jdk8 was successful.
Software installed to 'C:\Program Files\Java\jdk1.8.0_211\'
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
PS C:\WINDOWS\system32> npm install -g react-native-cli
pf2

Vista previa parcial del texto

¡Descarga Instalación de Java JDK y React Native CLI usando PowerShell y Chocolatey y más Ejercicios en PDF de Programación Javascript solo en Docsity!

Windows PowerShell Copyright (C) Microsoft Corporation. Todos los derechos reservados. Prueba la nueva tecnología PowerShell multiplataforma https://aka.ms/pscore PS C:\WINDOWS\system32> choco install -y jdk Chocolatey v0.11. Installing the following packages: jdk By installing, you accept licenses for the packages. Progress: Downloading jdk8 8.0.211... 100% jdk8 v8.0.211 [Approved] jdk8 package files install completed. Performing other installation steps. Downloading JDK from https://javadl.oracle.com/webapps/download/GetFile/1.8.0_211- b12/478a62b7d4e34b78b671c754eaaf38ab/windows-i586/jdk-8u211-windows-x64.exe Installing jdk8... jdk8 has been installed. PATH environment variable does not have C:\Program Files\Java\jdk1.8.0_211\bin in it. Adding... jdk8 may be able to be automatically uninstalled. Environment Vars (like PATH) have changed. Close/reopen your shell to see the changes (or in powershell/cmd.exe just type refreshenv). The install of jdk8 was successful. Software installed to 'C:\Program Files\Java\jdk1.8.0_211' Chocolatey installed 1/1 packages. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). PS C:\WINDOWS\system32> npm install -g react-native-cli

added 85 packages, and audited 86 packages in 27s 40 packages are looking for funding run npm fund for details found 0 vulnerabilities npm notice npm notice New patch version of npm available! 8.1.0 -> 8.1. npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.1. npm notice Run npm install -g [email protected] to update! npm notice PS C:\WINDOWS\system32>