shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
69.83k stars 4.18k forks source link

[bug]: All CLI installations don't work anymore #3531

Closed Cedcomps closed 5 months ago

Cedcomps commented 5 months ago

Describe the bug

When submitting CLI command I have a failed message from JSON. I changed repository npm but nevertheless nothing changed. I updated and installed also again npm btw

See below with a test for add all components : npx shadcn-ui@latest add ? Which components would you like to add? › Space to select. A to toggle all. Enter to submit. ◯ accordion ? Which components would you like to add? › Space to select. A to toggle all. Enter to submit. ◉ accordion ✔ Which components would you like to add? › accordion, alert, alert-dialog, aspect-ratio, avatar, badge, breadcrumb, button, calendar, card, carousel, checkbox, collapsible, command, context-menu, dialog, drawer, dropdown-menu, form, hover-card, input, input-otp, label, menubar, navigation-menu, pagination, popover, progress, radio-group, resizable, scroll-area, select, separator, sheet, skeleton, slider, sonner, switch, table, tabs, textarea, toast, toggle, toggle-group, tooltip SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON at JSON.parse () at Response.json (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/node-fetch/src/body.js:149:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/nodemodules/shadcn-ui/dist/index.js:2:4471 at async Promise.all (index 0) at async (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/shadcn-ui/dist/index.js:2:4438) at async z (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/shadcn-ui/dist/index.js:2:3696) at async Command. (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/shadcn-ui/dist/index.js:3:1986) Failed to fetch base color from registry.

Affected component/components

All CLI components

How to reproduce

Just try to add a component and it returns this : npx shadcn-ui@latest add label

SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON at JSON.parse () at Response.json (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/node-fetch/src/body.js:149:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/nodemodules/shadcn-ui/dist/index.js:2:4471 at async Promise.all (index 0) at async (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/shadcn-ui/dist/index.js:2:4438) at async z (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/shadcn-ui/dist/index.js:2:3696) at async Command. (file:///Users/Cedric/.npm/_npx/125ee17d583c4e03/node_modules/shadcn-ui/dist/index.js:3:1986) Failed to fetch base color from registry.

Codesandbox/StackBlitz link

https://github.com/Cedcomps/credo-alerte.git

Logs

No response

System Info

Mac under Visual Studio Code

Before submitting

Cedcomps commented 5 months ago

I deleted nodes_modules folder and package-lock.json. Then I did npm I, then npx shadcn-ui@latest init Everything go back again for the CLI