Reproduction
Describe the bug
When trying to add the message-scroller component via the CLI, I get a 404 error because the registry file at https://shadcn-vue.com/r/styles/default/message-scroller.json does not exist.
Steps to reproduce
Run the command:
npx shadcn-vue@latest add message-scroller
Expected behavior The component should be installed successfully from the registry, just like other components (e.g., button).
Actual behavior The CLI returns the following error:
The item at https://shadcn-vue.com/r/styles/default/message-scroller.json was not found.
It may not exist at the registry.
shadcn-vue version: "2.8.0"
Full terminal log :
[9:46:43 PM] The item at https://shadcn-vue.com/r/styles/default/message-scroller.json was not found. It may not exist at the registry.
[9:46:43 PM] Suggestion: Check if the item name is correct and the registry URL is accessible.
System Info
System:
OS: macOS 26.5.2
CPU: (8) arm64 Apple M1 Pro
Memory: 86.94 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.14.0 - /Users/user/.asdf/installs/nodejs/22.14.0/bin/node
Yarn: 4.17.1 - /Users/user/.asdf/installs/nodejs/22.14.0/bin/yarn
npm: 10.9.2 - /Users/user/.asdf/plugins/nodejs/shims/npm
Browsers:
Chrome: 150.0.7871.129
Firefox Developer Edition: 153.0
Safari: 26.5.2
npmPackages:
@vueuse/core: ^14.3.0 => 14.3.0
reka-ui: ^2.10.1 => 2.10.1
shadcn-vue: ^2.8.0 => 2.8.0
vue: ^3.5.39 => 3.5.40