From 26411e09f44ab9275ccad1a8ee0f0c1576371b0b Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Wed, 13 May 2020 09:55:23 -0500 Subject: [PATCH] Update getting-started.md If `npx react-native run-windows` is not run from an elevated Command Prompt it will fail. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 556f78864..3e9fb0c04 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -47,7 +47,7 @@ npx react-native-windows-init --overwrite - Without Using Visual Studio - In your React Native Windows project directory, run: + In your React Native Windows project directory, from an elevated Command Prompt run: ``` npx react-native run-windows