Mani Maghsoudlou
Mani Maghsoudlou
the error originally comes from `graceful-fs`. idk how consistent the error is but maybe the user doesn't have permissions for the operation!
anyhow maybe that'b be better to direct the suggestion to the `graceful-fs` repo to provide that! because I suppose if that's the case a lot of users will experience that...
@rasq according to [electron docs](https://electronjs.org/docs/tutorial/application-packaging#node-api), node APIs treat `asar` archives as directories. What is the exact problem that you are facing?
@markmorris your code uses [klaw](https://github.com/jprichardson/node-klaw) and not `klaw-sync`. I'd recommend to open an issue there!
Encountered with the same issue :worried: