After downloading the new metronic update, i get this error:
./node_modules/@fullcalendar/common/main.css:4:0 - Error: Module parse failed: Unexpected token (4:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| /* classes attached to <body> */
| /* TODO: make fc-event selector work when calender in shadow DOM */
> .fc-not-allowed,
| .fc-not-allowed .fc-event { /* override events' custom cursors */
| cursor: not-allowed;
How can I solve?
Hi,
I've checked the code, but we don't have fullcalendar
in our package.json and it means we don't have it in node_modules also.
Remove your .angular
, node_modules
and recheck it again.
Regards,
Keenthemes support
There is an issue already open, with some workaround:
https://github.com/fullcalendar/fullcalendar-angular/issues/403