-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Description
The quickstart page https://www.nextjs.cn/learn/basics/create-nextjs-app/setup
tell me use this bash to create a nextjs example:
npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn-starter/tree/master/learn-starter"
But it's stuck,beacuse https://github.com/vercel/next-learn-starter/tree/master/learn-starter
has moved to https://github.com/vercel/next-learn/tree/main/basics/learn-starter
We should use this bash to create correctly:
npx create-next-app nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/main/basics/learn-starter"
wukz959
Metadata
Metadata
Assignees
Labels
No labels