构建angular 6应用时出现xlsx样式错误

Jor*_*rdy 5 excel xlsx js-xlsx angular

xlsx-style通过yarn 安装在我的angular 6应用程序中,errors当我构建应用程序时得到了:

ERROR in ../node_modules/xlsx-style/dist/cpexcel.js
Module not found: Error: Can't resolve './cptable' in 'C:\Users\cabannesj\Documents\Virga3\virga-frontend\node_modules\xlsx-style\dist'
ERROR in ../node_modules/xlsx-style/xlsx.js
Module not found: Error: Can't resolve 'fs' in 'C:\Users\cabannesj\Documents\Virga3\virga-frontend\node_modules\xlsx-style'
ERROR in ../node_modules/xlsx-style/ods.js
Module not found: Error: Can't resolve 'fs' in 'C:\Users\cabannesj\Documents\Virga3\virga-frontend\node_modules\xlsx-style'
Run Code Online (Sandbox Code Playgroud)

'xlsx.core.min.js'angular.json文件的脚本部分添加了内容。

我不知道要xlsx-style使用我的应用程序缺少什么。