DataTables version fix
emtized opened this issue · 4 comments
emtized commented
Hi
Please Fix Your datatables npm package on packages.json file
ozdemirburak commented
Why, what's wrong?
emtized commented
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
ozdemirburak commented
Thanks for reporting this, should be fixed now.
emtized commented
I will check it as soon as possible
Thank You