Skip to content

Next.js quickstart can't execute correctly #1086

@sasiyaluba

Description

@sasiyaluba

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions