From e22f8efbb365d9ec9c06f971ce07aa41ae52cf58 Mon Sep 17 00:00:00 2001 From: Getzel Date: Wed, 21 Dec 2022 00:31:03 +0100 Subject: [PATCH] Update getting started doc about npx install --- docusaurus/docs/getting-started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index ef7da3006f0..e74686c6bd0 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -18,6 +18,9 @@ npm start _([npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b) comes with npm 5.2+ and higher, see [instructions for older npm versions](https://gist.github.com/gaearon/4064d3c23a77c74a3614c498a8bb1c5f))_ +If the bug persists, you can run : npx create-react-app@latest {project name} +https://github.com/facebook/create-react-app/issues/11816 + Then open [http://localhost:3000/](http://localhost:3000/) to see your app. When you’re ready to deploy to production, create a minified bundle with `npm run build`.