<!-- Please use the following issue template or your issue will be closed --> ## Prerequisites <!-- If the following boxes are not ALL checked, your issue is likely to be closed --> - [x] Using npm - [ ] Using an up-to-date [`main` branch](https://github.com/electron-react-boilerplate/electron-react-boilerplate/tree/main) - [x] Using latest version of devtools. [Check the docs for how to update](https://electron-react-boilerplate.js.org/docs/dev-tools/) - [x] Tried solutions mentioned in [#400](https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/400) - [x] For issue in production release, add devtools output of `DEBUG_PROD=true npm run build && npm start` ## Expected Behavior <!--- What should have happened? --> 正常動作 ## Current Behavior <!--- What went wrong? --> アプリが開かず、エラーが発生
Prerequisites
mainbranchDEBUG_PROD=true npm run build && npm startExpected Behavior
正常動作
Current Behavior
アプリが開かず、エラーが発生