vercel / platforms

A full-stack Next.js app with multi-tenancy and custom domain support. Built with Next.js App Router and the Vercel Domains API.
https://app.vercel.pub
5.38k stars 688 forks source link

npx create-next-app --example https://github.com/vercel/platforms platforms No longer works #410

Open dogpool opened 3 weeks ago

dogpool commented 3 weeks ago

the guide needs to be updated as the command npx create-next-app --example https://github.com/vercel/platforms platforms results in an error: Found invalid GitHub URL: "https://github.com/vercel/platforms". Please fix the URL and try again.

image
dogpool commented 3 weeks ago

It gives this error even though its a valid github link, maybe I am doing something wrong? :D

programmersEmperor commented 2 weeks ago

I have just tried to create a new project with platform repo and it is totally fine.

npx create-next-app --example https://github.com/vercel/platforms
√ What is your project named? ... platforms
Creating a new Next.js app in D:\next js\platforms.

Downloading files from repo https://github.com/vercel/platforms. This might take a moment.

Installing packages. This might take a couple of minutes.

[..................] | idealTree:platforms: sill idealTree buildDeps

if it still does not work with you, I suggest you try using VPN, and keep me updated