dceejay/electron-node-red

Error Cannot fin module 'fs-extra

carflomi opened this issue · 2 comments

Hello.
After generating the .msi file (flow works perfectly with yarn start) I get the following error.
error
Any idea where the problem might be?

Thanks in advance

Include this in the 'Dependencies' of the package.json:

"fs-extra": "10.0.0"

added