Skip to content

Commit 425fce5

Browse files
authored
fix: next installation steps (#1685)
1 parent 477ba6e commit 425fce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/pages/installation/nextjs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Create a new Next.js project by using the Next.js CLI.
1919
More information about Next.js can be found [here](https://nextjs.org/docs/getting-started/installation).
2020

2121
```bash [npm]
22-
npm create next-app@latest
22+
npx create-next-app@14
2323
```
2424

2525
During the setup process you will encounter multiple prompts.

0 commit comments

Comments
 (0)