Albert-Gao / modern-es6-npm-boilerplate

An ES6 boilerplate for writing NPM package.
MIT License
43 stars 4 forks source link

What is benefits of rimraf package ? #6

Closed vaibhavmule closed 7 years ago

Albert-Gao commented 7 years ago

For handling the different implementation of removing folder from systems. But if it's the cause of the problems, we could look for an alternative. :) What do you think?

vaibhavmule commented 7 years ago

Oh, I see.

It handles the error if you are trying to remove file or directory. Nodejs native API throws an error if you trying to fs.rmdir('/path') on file.