unovue / shadcn-vue

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

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

Closed AmrTamer23 closed 2 months ago

AmrTamer23 commented 2 months 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 2 months 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 2 months ago

If you are using Nuxt without TS check this issue

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

AmrTamer23 commented 2 months 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.