mengxiong10 / vue-datepicker-next

A datepicker / datetimepicker component for Vue3
https://mengxiong10.github.io/vue-datepicker-next/
MIT License
148 stars 33 forks source link

[Question] Is there a contribution guide? #27

Closed MrMohamedAbdallah closed 2 years ago

MrMohamedAbdallah commented 2 years ago

I tried to clone the repo and run it on my machine but got several errors. First error got solved by updating Vite. Now Vite is running but still having an error on the homepage.

Is there a contribution guide? or an installation steps?

Thanks for the awesome package.

mengxiong10 commented 2 years ago

There are no other requirements, you can try use node > 16.

MrMohamedAbdallah commented 2 years ago

Currently using v16.13.2

What version are you using?

mengxiong10 commented 2 years ago

What's the error? Maybe you can remove the package-lock.json and node_modules, then npm install.

MrMohamedAbdallah commented 2 years ago

@mengxiong10 Thanks, when I removed the package-lock.json node_modules and tried again it worked. I wonder, will the changes in the package-lock.json be accepted?