Skip to content
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]: Shadcn installation failure #7129

Open
2 tasks done
vismay03 opened this issue Apr 5, 2025 · 4 comments
Open
2 tasks done

[bug]: Shadcn installation failure #7129

vismay03 opened this issue Apr 5, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@vismay03
Copy link

vismay03 commented Apr 5, 2025

Describe the bug

Image

Affected component/components

installation

How to reproduce

  1. pnpm dlx shadcn@latest init

Codesandbox/StackBlitz link

No response

Logs

System Info

Windows

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues
@vismay03 vismay03 added the bug Something isn't working label Apr 5, 2025
@cobeo2004
Copy link

+1

@renhiyama
Copy link

+1. happens on bun runtime on fedora linux.

@cobeo2004
Copy link

I have managed to solve this issue by explicitly adding the package manager to be pnpm inside package.json by doing the following:

{     "name": "...",
       "version": "...",
      "packageManager": "pnpm@10.6.3",
      // Other configurations
}

@preston176
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants