electron-node-red
electron-node-red copied to clipboard
Error Cannot fin module 'fs-extra
Hello.
After generating the .msi file (flow works perfectly with yarn start) I get the following 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