From 63a3ba82fd72ca15f2d155ceab40237c8297da5d Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 6 Jun 2016 22:32:18 +0000 Subject: [PATCH] Updated docs for next --- releases/next/docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index 77486cc47d8..55c3b98e0d2 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -93,7 +93,7 @@ Unable to create a virtual device: Unable

Chocolatey #

Chocolatey is a package manager for Windows similar to yum and apt-get. See the website for updated instructions, but installing from the Terminal should be something like:

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Normally when you run Chocolatey to install a package, you should run your Terminal as -Administrator.

Python 2 #

Fire up the Termimal and use Chocolatey to install Python 2.

Python 3 will currently not work when initializing a React Native project.

choco install python2
+Administrator.

Python 2 #

Fire up the Terminal and use Chocolatey to install Python 2.

Python 3 will currently not work when initializing a React Native project.

choco install python2

Node #