-
Notifications
You must be signed in to change notification settings - Fork 844
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Though I adds the component via npm: npx shadcn@latest add @magicui/aurora-text
, dependencies are installed with pnpm.
Logs:
$ npx shadcn@latest add @magicui/aurora-text
✔ You need to create a components.json file to add components. Proceed? … yes
✔ Preflight checks.
✔ Verifying framework. Found Vite.
✔ Validating Tailwind CSS.
✔ Validating import alias.
✔ Which style would you like to use? › New York (Recommended)
✔ Which color would you like to use as the base color? › Neutral
✔ Writing components.json.
✔ Checking registry.
✔ Updating tailwind.config.js
✔ Updating CSS variables in src/index.css
✔ Updating src/index.css
⠙ Installing dependencies.
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
Command failed with ENOENT: pnpm add clsx tailwind-merge tailwindcss-animate class-variance-authority lucide-react
spawn pnpm ENOENT
Affected component/components
AuroraText
How to reproduce
- Initialize vite project with shadcn: https://ui.shadcn.com/docs/installation/vite
- Add component with npm on a machine that has not pnpm installed
Codesandbox/StackBlitz link
No response
Logs
System Info
Ubuntu 24.04.2 LTS
Node: v20.19.5
npm: 10.8.2
Before submitting
- I've made research efforts and searched the documentation
- I've searched for existing issues
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working