I am trying to learn next js but my example project won't load
Unanswered
Redbone Coonhound posted this in #help-forum
Redbone CoonhoundOP
I am running the command as instructed in the first few lines of the tutorial on next js but it breaks in the npm install because of conflicts in the dependancies. I have searched over the internet but couldn't find a solution. Any help would be greatly appreciated.
2 Replies
Satin
Can you try ?
npx create-next-app@latest nextjs-dashboard --example "https://github.com/vercel/next-learn/tree/646898bc52d2bc22be9019871cf111e31b29d147/dashboard/starter-example"Redbone CoonhoundOP
after trying that it has started giving me this error. I have tried other create next app configuration and they are all working. It just seems like this one is the only one giving errors.