nathanreyes / v-calendar

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

Module not found: Error: Can't resolve '@popperjs/core' #1333

Open TenZdenda opened 1 year ago

TenZdenda commented 1 year ago

I am getting an error when I am trying to run npm run production.


Module not found: Error: Can't resolve '@popperjs/core' in '.../node_modules/v-calendar/dist/es'
Did you miss the leading dot in 'resolve.extensions'? Did you mean '[".*",".wasm",".mjs",".js",".jsx",".json",".vue"]' instead of '["*",".wasm",".mjs",".js",".jsx",".json",".vue"]'?```
realainov commented 1 year ago

Hi, @TenZdenda . The package @popperjs/core need to install in your project because this is a peer dependency.