Open mshafrizalait opened 1 year ago
We have the same issue, v2.4.2 is missing the component folder. v2.4.1 seems to be ok.
Same issue here @nathanreyes could you please check the release?
The solution I used was to install v2.4.1 by changing v-calendar version in my package.json. From "v-calendar": "^2.4.2"
to
"v-calendar": "2.4.1"
.
I also have the same problem with the "v-calendar" version: "^2.4.2", downgrade to "v-calendar" version: "2.4.1" helped.
I have the same issue on 2.4.1 version, do you have any solutions/news about this issue?
@OmelyanenkoV, it couldn't be real with 2.4.1, check your dependencies, yarn.lock, or remove node_modules and reinstall all packages.
Сheck the .lock file, maybe the latest version is installed there.
2.4.1 has no lib/components subfolder 2.4.0 works for me
Can confirm that 2.4.2 release is broken and causes issues. Reverting to 2.4.1 continues to work.
Hello, I have installed v-calendar on my project. I have followed the installation method according to the documentation
I followed 2B step by importing Calendar/Datepicker in separate component.
Here is my code and other related files
package.json
CalendarContent (other details omitted)
DatePicker
Error
ERROR Failed to compile with 5 errors 11:37:20 AM
These dependencies were not found:
To install them, you can run: npm install --save v-calendar/lib/components/calendar.umd v-calendar/lib/components/date-picker.umd
Am I missing something here? Or should I downgrade/upgrage v-calendar version?
Thanks