Next.js starter example installation error.
Answered
Satin posted this in #help-forum
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,
This is the error I am getting,
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"
8 Replies
@Satin 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,
Great golden digger wasp
You are somehow using react 19 that's why the error is happening.
React 19 is not stable now.
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.
Can you try ?
npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/646898bc52d2bc22be9019871cf111e31b29d147/dashboard/starter-example"
Answer
SatinOP
woah , it worked . thank you so much.
Great! You can mark the post as resolved 🙂 have fun building