作成日: 2022/10/11 最終更新日: 2022/10/11
文書種別
不具合
状況
回避方法あり
詳細
webpackのコンパイルを実行したとき、以下のエラーが発生する場合があります。
ERROR in ./node_modules/@grapecity/activereports/lib/node_modules/@grapecity/ar-js-pagereport.js 1627:18-36 export 'default' (imported as 'kanjidate') was not found in 'kanjidate' (possible exports: f1, f10, f11, f12, f13, f14, f2, f3, f4, f5, f6, f7, f8, f9, fSqlDate, fSqlDateTime, format, fromGengou, toGengou, toYoubi)
本現象はActiveReportsJSが内部的に使用しているkanjidateのバージョンが正しく指定されていないために発生しています。
回避方法
kanjidateのバージョン"1.1.3"を直接インストールしてください。
npm install kanjidate@1.1.3