输入命令“yarn start”后出现 xlsx 样式错误

Posted

技术标签:

【中文标题】输入命令“yarn start”后出现 xlsx 样式错误【英文标题】:Getting error for xlsx-style after entering command 'yarn start' 【发布时间】:2019-06-15 20:18:29 【问题描述】:

我导入了 xlsx 样式包来设置我的 xlsx 样式表的样式,然后我做了'yarn start'。之后我在这里遇到错误,我正在附加错误

错误:

Webpack:84.273 秒后完成。

ERROR 编译失败,出现 3 个错误,下午 4:08:23

未找到此依赖项:

./node_modules/xlsx-style/xlsx.js、./node_modules/xlsx-style/ods.js 中的 fs

要安装它,你可以运行:npm install --save fs

未找到此相关模块:

./node_modules/xlsx-style/dist/cpexcel.js 中的./cptable /home/administrator/Documents/jan21/pgh/src/main/webapp/app/entities/configuration/financial-year-settings.component.ts(37,9) 中的错误: TS2305:模块 '"/home/administrator/Documents/jan21/pgh/src/main/webapp/app/entities/service/calendarexcel.service"' 没有导出成员 'CalendarExcelService'。 版本:打字稿2.7.2 时间:54018ms ✖ 「wdm」:1772 个模块

【问题讨论】:

【参考方案1】:

我通过在 webpack.config.js 中提供此代码来修复我的错误,这里的代码是:

node: 
 fs: 'empty'
 ,
 externals: [ 
 './cptable': 'var cptable' 
 ]

【讨论】:

我的 Angular 11 项目中没有 webpack.config.js,我该怎么办?

以上是关于输入命令“yarn start”后出现 xlsx 样式错误的主要内容,如果未能解决你的问题,请参考以下文章

VS code上跑yarn start报running scripts is disabled on this system错误的解决方法

VS code上跑yarn start报running scripts is disabled on this system错误的解决方法

VS code上跑yarn start报running scripts is disabled on this system错误的解决方法

为啥运行 yarn start 时出现语法错误

hadoop启动脚本分析及常见命令

如何在右键新建里添加excel的“xlsx”格式表格,注意不是xls