Next.js Discord

Discord Forum

Next.js starter example installation error.

Answered
Satin posted this in #help-forum
Open in Discord
Avatar
SatinOP
Hey guys , I am trying to install the starter example from the https://nextjs.org/learn/dashboard-app/getting-started , but I am facing this error. Help.
This is the error I am getting,
Image
Answered by Julienng
Can you try ?
npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/646898bc52d2bc22be9019871cf111e31b29d147/dashboard/starter-example"
View full answer

8 Replies

React 19 is not stable now.
Avatar
SatinOP
npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"
I am using this command , which is messing things up.
this command is in the website.
Avatar
Can you try ?
npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/646898bc52d2bc22be9019871cf111e31b29d147/dashboard/starter-example"
Answer
Avatar
SatinOP
woah , it worked . thank you so much.
Avatar
Great! You can mark the post as resolved 🙂 have fun building