After implementing exceljs functionality I ran npm install
and tried to run the app using ng serve
and I am getting the below error.
ERROR in node_modules/exceljs/index.d.ts: - error TS2694: Namespace 'NodeJS' has no exported member 'TypedArray'.
dictionary: Buffer | NodeJS.TypedArray | DataView | ArrayBuffer; // deflate/inflate only, empty dictionary by default
Can someone help me to fix this.