diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md
index ef7da3006f01bf5e021f21d98097da2132af2862..e74686c6bd03f2f5c6a498ad2b69001322551890 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`.