platforms icon indicating copy to clipboard operation
platforms copied to clipboard

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

Open dogpool opened this issue 1 year ago • 2 comments

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 avatar Jun 09 '24 20:06 dogpool

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

dogpool avatar Jun 09 '24 20:06 dogpool

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

programmersEmperor avatar Jun 13 '24 10:06 programmersEmperor

👋 We've updated this repo to have a more simplified example + a new guide:

  • https://github.com/vercel/platforms/pull/451
  • https://vercel.com/guides/nextjs-multi-tenant-application

leerob avatar May 11 '25 15:05 leerob