Next JS Learn tutorial
Unanswered
Morelet’s Crocodile posted this in #help-forum
Morelet’s CrocodileOP
Has any one else expreinced an issue when trying to do the new Nextjs.org/learn tutorial, where when you run the npm command to create the project you get this error?
This repo does exist, if you navigate to it https://github.com/vercel/next-learn/tree/main/dashboard/starter-example the repo is there, but the command provided by vercel at this site https://nextjs.org/learn/dashboard-app/getting-started does not work in terminal?
Any ideas.
npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example"Could not locate the repository for "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example". Please check that the repository exists and try again.This repo does exist, if you navigate to it https://github.com/vercel/next-learn/tree/main/dashboard/starter-example the repo is there, but the command provided by vercel at this site https://nextjs.org/learn/dashboard-app/getting-started does not work in terminal?
Any ideas.
2 Replies
Morelet’s CrocodileOP
It appears to just be randomly working now. Sorry for anyone who is also having the issue, I have no idea why it's working now,