edisdev / vue-datepicker-ui

Datepicker Component For Vue
https://edisdev.github.io/vue-datepicker-ui/
MIT License
427 stars 30 forks source link

[Bug] vue-datepicker-ui@vue3 isn't supported by any available resolver #56

Open BudiSalah opened 1 year ago

BudiSalah commented 1 year ago

The Issue

When I try to install the package via yarn, it aborts with the following message:

YN0000: ┌ Resolution step
➤ YN0001: │ Error: vue-datepicker-ui@vue3 isn't supported by any available resolver
    at yf.getResolverByDescriptor (C:\Users\[user-name]\AppData\Local\Volta\tools\image\yarn\3.4.0\bin\yarn.js:391:1647)
    at yf.bindDescriptor (C:\Users\[user-name]\AppData\Local\Volta\tools\image\yarn\3.4.0\bin\yarn.js:391:1036)   
    at Z (C:\Users\[user-name]\AppData\Local\Volta\tools\image\yarn\3.4.0\bin\yarn.js:439:6900)
➤ YN0000: └ Completed
➤ YN0000: Failed with errors in 0s 48ms

Used tools

BudiSalah commented 1 year ago

I fixed this issue by running yarn add vue-datepicker-ui@3.1.1