vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.7k stars 1.9k forks source link

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. #649

Open Johnnycapreano opened 6 months ago

Johnnycapreano commented 6 months ago

hi , i am running into this issue when following the tutorial at https://nextjs.org/learn/dashboard-app/getting-started 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.

Rodrigo-lpds commented 6 months ago

I encountered the same issue and resolved it by upgrading my node version from v16.20.2 to v21.7.3.

Johnnycapreano commented 6 months ago

I encountered the same issue and resolved it by upgrading my node version from v16.20.2 to v21.7.3. @Rodrigo-lpds well , i did upgrade my node js to v21.7.3 i am still facing the same issue

imatespl commented 5 months ago

I encountered the same issue and resolved it by upgrading my node version from v16.20.2 to v21.7.3. @Rodrigo-lpds well , i did upgrade my node js to v21.7.3 i am still facing the same issue

i also have same error, and the node version is v21.7.3

SaiCheungHK commented 5 months ago

I have same error, the node version is v20.12.2

designelixir commented 5 months ago

same error and i was on node 16.14.2, but fixed by upgrading to node 20.12.4, thanks @Rodrigo-lpds

sauzeyu commented 5 months ago

image

augugiaco commented 5 months ago

Hi there!

If you are following the tutorial from Vercel, instead of be waiting the response from them, you can clone the repo and then continue from here: https://nextjs.org/learn/dashboard-app/getting-started#running-the-development-server

Happy coding! :)

SulmanHaider06 commented 4 months ago

the above provided solution is right or else you can use node version 20.14.0 this will resolve the issue too.