-
When I try to install the sidebar, I get ✔ Checking registry. and nothing after that. No files are updated. bun.lock and package.json are not changed either. components.json: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Now i get: Something went wrong. Please check the error below for more details. The operation timed out. |
Beta Was this translation helpful? Give feedback.
-
|
How about installing dependencies separately first? If that still doesn't work, I think the most reliable option would be to manually install the sidebar by following the Manual Installation guide and adding the required packages yourself. |
Beta Was this translation helpful? Give feedback.
How about installing dependencies separately first?
pnpm dlx shadcn@latest add button sheet tooltip separator skeleton inputand then
pnpm dlx shadcn@latest add sidebarThis might help identify which component is causing the timeout if there's a problem in one of the sub-components.
If that still doesn't work, I think the most reliable option would be to manually install the sidebar by following the Manual Installation guide and adding the required packages yourself.