ui
ui copied to clipboard
[bug]: Issues setting up Shadcn for Tanstack Start
Describe the bug
Hello, after setting up a new tanstack start app using the guide on shadcn docs. I get this error, I have tried setting up different apps, but still same error. Any guide on how to go about this?
We could not detect a supported framework at /project.
Visit https://ui.shadcn.com/docs/installation/manual to manually configure your project.
Once configured, you can use the cli to add components.
Affected component/components
Init setup
How to reproduce
Follow the steps/guide in this docs
https://ui.shadcn.com/docs/installation/tanstack
Codesandbox/StackBlitz link
No response
Logs
Packages: +220
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 220, reused 219, downloaded 1, added 220, done
✔ Preflight checks.
✖ Verifying framework.
We could not detect a supported framework at /project.
Visit https://ui.shadcn.com/docs/installation/manual to manually configure your project.
Once configured, you can use the cli to add components.
System Info
MacOS
Before submitting
- [x] I've made research efforts and searched the documentation
- [x] I've searched for existing issues
Someone else mentioned this, workaround is to install @tanstack/start.
https://github.com/shadcn-ui/ui/issues/7018#issuecomment-2751639223
Someone else mentioned this, workaround is to install
@tanstack/start.
oh... Thanks @tommerty