Robinfr / electron-react-typescript

Electron boilerplate with React, Redux, and TypeScript
MIT License
432 stars 85 forks source link

node api fails after pack #9

Closed murugaratham closed 5 years ago

murugaratham commented 6 years ago

i am creating a directory within the electron app, which works fine during dev mode. But after packing and trying to mkdir, i'm getting

 Error: EACCES: permission denied, mkdir 

Is it due to webpack config?

Robinfr commented 5 years ago

Seems like a permission error, or a disk error. Did you manage to solve it in the end? Try deleting any old builds, or worst case, clone the project again to see if that helps.

Robinfr commented 5 years ago

Closing because no response