antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Module not found: Error: Can't resolve 'vue-cal' #498

Closed similanklinsmith closed 2 years ago

similanklinsmith commented 2 years ago

I installed the vue-cal version 4.4.0 to my project. I found some errors

Module not found: Error: Can't resolve 'vue-cal'

in my ConfirmedView.vue

import VueCal from "vue-cal";
import "vue-cal/dist/vuecal.css";
export default {
  name: "ConfirmedView",
  components: { VueCal },

Any ideas on what I'm doing wrong?

antoniandre commented 2 years ago

Hi @similanklinsmith,

Thanks for reporting. This is now fixed in the latest release 4.4.2.