You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of your current issues ( #6 , #7 ) are related to deleting non-empty-directory.
To delete a non-empty directory, you need to first delete its children, then delete itself. In other word, you need post-order traverse (I had requested here but not yet resolved).
All of your current issues ( #6 , #7 ) are related to deleting non-empty-directory.
To delete a non-empty directory, you need to first delete its children, then delete itself. In other word, you need post-order traverse (I had requested here but not yet resolved).
Because of this, I think my package (fs-force-delete@"^1.1.1" or fs-force-delete-sync@"^1.0.0") may help you to resolve these issues.
IMPORTANT: My packages require full supports of ECMAScript 6 syntax, I'm not sure if Atom supports it or not, but Electron@"^1.0.1" does.
The text was updated successfully, but these errors were encountered: