radix-vue / shadcn-vue

Vue port of shadcn-ui
https://www.shadcn-vue.com/
MIT License
4.56k stars 262 forks source link

[Bug]: number field component is not installing by cli and no manual installation is available. #741

Closed AmrTamer23 closed 1 month ago

AmrTamer23 commented 1 month ago

Reproduction

None

Describe the bug

number field component is not installing by cli and no manual installation is available.

image

image

System Info

No System info is needed

Contributes

sadeghbarati commented 1 month ago

Are you using Nuxt with JS?

for manual installation just check this path and copy it

https://github.com/radix-vue/shadcn-vue/tree/dev/apps/www/src/lib/registry/default/ui/number-field

sadeghbarati commented 1 month ago

If you are using Nuxt without TS check this issue

https://github.com/radix-vue/shadcn-vue/issues/291#issuecomment-1901788144

AmrTamer23 commented 1 month ago

I just realized that the installation was done outside the project directory even I ran the command inside the project, this is certainly a bug, and yes I use Nuxt with typescript and have a seperate ts config file with type check and restrict options is on in Nuxt config.