Describe the bug
The npx shadcn add @kibo-ui/form command produces error 500:
[redacted root of the monorepo]/packages/ui$ pnpm shadcn add @kibo-ui/form
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Message:
Failed to fetch from registry (500): https://www.kibo-ui.com/r/form.json
Suggestion:
The registry server encountered an error. Try again later.
You can also try a previous version to see if that works:
pnpm dlx shadcn@4.7.0 add @kibo-ui/form
pnpm shadcn add @kibo-ui/form is the equivalent of npx shadcn add @kibo-ui/form.
next-forge version
I'm not using next-forge, but rather a shadcn turborepo template (the one generated by shadcn).
To Reproduce
Steps to reproduce the behavior:
- Open terminal and type
npx shadcn add @kibo-ui/form.
- See that the component is not there.
Desktop (please complete the following information):
- OS: Ubuntu LTS 26.04
- Browser Helium v-0.12.4.1 deb (based off Chromium 148.0.7778.178)
Describe the bug
The
npx shadcn add @kibo-ui/formcommand produces error500:pnpm shadcn add @kibo-ui/formis the equivalent ofnpx shadcn add @kibo-ui/form.next-forge version
I'm not using
next-forge, but rather a shadcn turborepo template (the one generated by shadcn).To Reproduce
Steps to reproduce the behavior:
npx shadcn add @kibo-ui/form.Desktop (please complete the following information):