We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff496dc commit 970827aCopy full SHA for 970827a
docusaurus/docs/dev-docs/installation/cli.md
@@ -39,10 +39,10 @@ Follow the steps below to create a new Strapi project, being sure to use the app
39
<TabItem value="npm" label="NPM">
40
41
```bash
42
- npx create-strapi-app@4.25.19 my-project
+ npx create-strapi-app@4 my-project
43
# 'npx' runs a command from an npm package
44
# 'create-strapi-app' is the Strapi package
45
- # '@4.25.19' indicates which version of Strapi to install
+ # '@4' asks to install the latest v4.x.x version of Strapi
46
# 'my-project' is the name of your Strapi project
47
```
48
:::tip
0 commit comments