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

2022/2/26 9:21:19

本文主要是介绍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这个版本后开始不报错了。

 



这篇关于ERROR in node_modules/exceljs/index.d.ts(1511,41): error TS2694: Namespace ‘NodeJS’ has no exported的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程