-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: Next.js 15 Stable : Cannot Install Any Library #5597
Comments
Yeah, same issue but downgrading to react 18 seems to have solved it. However that is just a bandage: npm install react@18 react-dom@18 |
check the blog solve this problem |
@tutorialsmaterials don't advertise your blog like that, especially when the solution adds more problems and a layer of complexity. |
I'm working on a fix. Let's use #5557 to track since they are related. |
@VincentBarkman Yeah after downgrading to react 18, it's working fine. |
@shadcn Best of luck with that. Also now when we install shadcn we get an extra option to use |
Describe the bug
After installing next.js 15 stable with turbopack I'm getting errors while installing any libraries even shadcn/ui
Also at first I thought it might be because of
turbopack
so I redo it again with optingno
forturbopack
but the issue still persists.Affected component/components
Everything
How to reproduce
npx create-next-app@latest .
npx shadcn@latest init
ornpm install next-themes lucid-react
Codesandbox/StackBlitz link
https://github.com/Grenish/porfolio
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: