Skip to content
Advertisement

ERROR in node_modules/@angular/material/table/cell.d.ts -Typescript version problem angular

Im using angular in my project so I faced this issue I tried to downgrade my typscript to 3.9.7 but still not working here is my package.json dpendencies.

JavaScript

can someone give me an idea to solve this issue enter image description here

Advertisement

Answer

I removed material folder and I install npm install @angular/material@^10.1.3 and downgrade @angular/core to 10.1.3 I created new project with the latest version of angular and I copy the cell.d.ts file and paste it in my project & thats working now

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement