Describe the bug
I tried installing data-table component from diceui using install command:
pnpm dlx shadcn@latest add "@diceui/data-table"
And i tried with both pnpm and npm. but the problem is with registry:
Something went wrong. Please check the error below for more details.
If the problem persists, please open an issue on GitHub.
request to https://diceui.com/r/base-nova/data-table.json failed, reason: getaddrinfo ENOTFOUND diceui.com
You can also try a previous version to see if that works:
pnpm dlx shadcn@4.10.0 add @diceui/data-table
How to reproduce
Go to data-table component in diceui
use it's installation command: pnpm dlx shadcn@latest add "@diceui/data-table"
then, you will get that error.
Link to reproduction
not needed
Additional information
Also I'm using shadcn latest version with base ui and nova style.
Describe the bug
I tried installing data-table component from diceui using install command:
pnpm dlx shadcn@latest add "@diceui/data-table"And i tried with both pnpm and npm. but the problem is with registry:
How to reproduce
Go to data-table component in diceui
use it's installation command:
pnpm dlx shadcn@latest add "@diceui/data-table"then, you will get that error.
Link to reproduction
not needed
Additional information
Also I'm using shadcn latest version with base ui and nova style.