Open
Description
Link to the code that reproduces this issue
https://github.com/SARATHKUMAR-T/next15
To Reproduce
- create new app with
npx create-next-app@latest
- try to install shadcn ui with
npx shadcn@latest init
Current vs. Expected behavior
Provide environment information
Operating System:
Platform: linux
Arch: x64
Version: #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Oct 2 16:16:55 UTC 2
Available memory (MB): 11821
Available CPU cores: 4
Binaries:
Node: 20.13.1
npm: 10.5.2
Yarn: 1.22.22
pnpm: N/A
Relevant Packages:
next: 15.0.1 // Latest available version is detected (15.0.1).
eslint-config-next: 15.0.1
react: 19.0.0-rc-69d4b800-20241021
react-dom: 19.0.0-rc-69d4b800-20241021
typescript: 5.6.3
Next.js Config:
output: N/A
Which area(s) are affected? (Select all that apply)
create-next-app, Developer Experience
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed)
Additional context
No response