ERROR in node_modules/exceljs/index.d.ts(1511,41): error TS2694: Namespace ‘NodeJS’ has no exported

原文链接:ERROR in node_modules/exceljs/index.d.ts(1511,41): error TS2694: Namespace ‘NodeJS’ has no exported member ‘TypedArray’. – 每天进步一点点 (longkui.site)

0.背景及解决办法

加了个excel导出插件,导出的时候开始报错。

ERROR in node_modules/exceljs/index.d.ts(1511,41): error TS2694: Namespace 'NodeJS' has no exported member 'TypedArray'.

解决办法,装一下

yarn add --dev @types/node@^12.0.2 
或者
npm install --save @types/node

注:本人安装高版本还是不好用,安装了12.0.2这个版本后开始不报错了。

 

上一篇:python写的eth/bsc/heco批量转账工具


下一篇:vue 修改数据 视图不更新问题