sindresorhus / electron-debug

Adds useful debug features to your Electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-debug module not found when running packaged app

Kamahl19 opened this issue · comments

Hi,

when I run electron app using electron-prebuild, it works ok with electron-debug.

However when I pack app using electron-packager and then run those packaged apps, I get electron-debug module not found error.
error

You have to make sure you include the node_modules folder in your packaged app.