Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Rely on another npm module may resolve all current open issues #8

Closed
KSXGitHub opened this issue May 22, 2016 · 0 comments
Closed

Comments

@KSXGitHub
Copy link

KSXGitHub commented May 22, 2016

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.

@zorn-v zorn-v closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants