Get an error in Angular 10.2.4 when installing angular-datatables 10.1.2 #1526
-
Hi, I'm upgrating an Angular app to version 10.2.4, I've solved every issue, but I get this error:
It seems that it doesn't recognize the package "angular-datatables", in Angular version 9 it was working fine. I've tried everything, removing node_modules, and downloading it again, I've downgraded angular-datatables, I've reinstalled "datatables.net" and all other dependencies, I've used "ng add angular-datatables", I've installed everything again manually with all the npm install ... in the docs, and I can't fix the problem, I attach the package.json file so you can see my environment, I'm using Ubuntu 20.04. Your help would be very appreciated, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, could you provide the exact version numbers for Angular, NodeJS, Angular CLI as well as angular-datatables? What happens if you remove |
Beta Was this translation helpful? Give feedback.
Hi, could you provide the exact version numbers for Angular, NodeJS, Angular CLI as well as angular-datatables?
What happens if you remove
node_modules/angular-datatables
and runng add [email protected]
. If this fails, repeat the steps withng add [email protected]