Next.js Discord

Discord Forum

Creating nextjs template does not work

Unanswered
Buff-collared Nightjar posted this in #help-forum
Open in Discord
Buff-collared NightjarOP
npx create-next-app@latest --template prisma-postgres my-prisma-postgres-app

I'm using that command to create a nextjs app but its just create a project with --template as a name and not boostraping a prisma postgres app, any idea why?

1 Reply

Buff-collared NightjarOP
ok I see the issue now, its not --template anymore but --example
you guys should update that on vercel