nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 841 forks source link

Could not read source maps #1407

Open quilkin opened 8 months ago

quilkin commented 8 months ago

Calendar working well, thanks, but I always get a whole load of errors such as: Could not read source map for file:///C:/Users/quilk/source/repos/ridehub/node_modules/v-calendar/node_modules/vue-screen-utils/out-tsc/utils/window.js: ENOENT: no such file or directory, open 'c:\Users\quilk\source\repos\ridehub\node_modules\v-calendar\node_modules\vue-screen-utils\out-tsc\utils\window.js.map' which fill up my debug window and obcsure the real bugs. vue-screen-utils is in my node module list although I didn't install it as far as I know. Is it required for v-calandar?