alexdevero/electron-react-webpack-boilerplate

Cannot find module 'electron-devtools-installer'

TTMoon opened this issue · 5 comments

스크린샷 2019-11-12 오후 7 48 38

An error occurred while starting the production application.

@TTMoon Sorry for late reply. Did you replicate this issue with last version?

Just need to add "electron-devtools-installer" dependency in package.json to fix this.

i.e. , in file "electron-react-webpack-boilerplate/package.json", in section dependencies having:

"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"electron-devtools-installer": "^2.2.4"
},

Do you have the latest version? There is electron-devtools-installer in package.json, although it is added as a devDependency.

@TTMoon @parmasdev this issue should be fixed in v1.10.0 (ad39e3a).