I use many js libraries. I got an error that I can't understand. Seems to be giving error within the library.
Library way of definition is
datatables.bundle.js code image
Uncaught SyntaxError: Invalid or unexpected token (at datatables.bundle.js:15595:24)
vendors.bundle.js:3850 Uncaught TypeError: Cannot read properties of undefined (reading 'defaults')
at initDataTables (common.js:187:35)
at HTMLDocument.<anonymous> (common.js:414:5)
at mightThrow (vendors.bundle.js:3557:29)
at process (vendors.bundle.js:3625:12)
<script type="text/javascript" src="/zollu/keen/vendors/custom/datatables/datatables.bundle.js"></script>
<script type="text/javascript" src="/zollu/js/common.js"></script>
<script type="text/javascript" src="/zollu/keen/vendors/global/vendors.bundle.js"></script>