From 6f02847d7109ee8adf8d16cd0b61279d6b9c9b64 Mon Sep 17 00:00:00 2001 From: Toromo Adegboyega Date: Thu, 28 Apr 2022 04:14:29 -0500 Subject: [PATCH] Update getting-started.md --- docusaurus/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index 9990a64cb76..ef7da3006f0 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -41,7 +41,7 @@ To create a new app, you may choose one of the following methods: ### npx ```sh -npx create-react-app my-app +npx create-react-app@latest my-app ``` _([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))_