ozdemirburak/laravel-9-simple-cms

DataTables version fix

emtized opened this issue · 4 comments

Hi
Please Fix Your datatables npm package on packages.json file

Why, what's wrong?

in last clone when i run :
npm install
i get this error :

npm WARN deprecated datatables.net-bs@2.1.1: Incorrect version published. Please use the latest non-deprecated version - 1.10.13 at the time of writing npm WARN deprecated datatables.net@2.1.1: Packing error

it seems this version on datatables in deprecated

and in package.json file in dependecies section is wrong version :

"datatables.net": "~2.1.1",

thanks

Thanks for reporting this, should be fixed now.

I will check it as soon as possible

Thank You