We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477ba6e commit 425fce5Copy full SHA for 425fce5
site/docs/pages/installation/nextjs.mdx
@@ -19,7 +19,7 @@ Create a new Next.js project by using the Next.js CLI.
19
More information about Next.js can be found [here](https://nextjs.org/docs/getting-started/installation).
20
21
```bash [npm]
22
-npm create next-app@latest
+npx create-next-app@14
23
```
24
25
During the setup process you will encounter multiple prompts.
0 commit comments