Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.44k stars 143 forks source link

NPM running issue facing #591

Closed abbelal closed 11 months ago

abbelal commented 11 months ago

Describe the bug After Installation when I command npm start then getting some error. I can not understand why showing this error. I installed by this command yarn add @vuepic/vue-datepicker

I need some assistance on how to solve it. Can anyone help me?

my node: v18.0.0 npm version: 8.6.0

Screenshots image image image

Jasenkoo commented 11 months ago

This error comes from the vueuse/shared library, it is possible that it was in a lock file but removed from package.json, and when you added a new package, the lock file was regenerated. Try running yarn add @vueuse/shared or reinstall vueuse