0

I am including datatables in my angular application. When I run

ng add angular-datatables

I get the following error code (please refer the image). error image

I am not sure what is causing this error. Please run through the package.json as well.

package.json

1 Answers1

0

I would upgrade karma to 5.2.+ as your angular devkit requires it. Also if you have code or errors please paste the text instead of an image.

Hopey One
  • 1,681
  • 5
  • 10
  • Thanks for the answers. Well I upgraded the angular version but angular material was not upgraded. It was still in version 8.0.3. Problem solved after upgrading angular material. Apologies for not putting actual code. Shall take care of it next time. Thanks a lot! – Sanket Karandikar Mar 08 '21 at 02:51