UNPKG

graceful-fs-extra

Version:

Extra methods for the fs object (with graceful-ncp)

15 lines (8 loc) 661 B
graceful-fs-extra === [node-fs-extra](https://github.com/jprichardson/node-fs-extra) but on top of [graceful-ncp](https://github.com/adam-lynch/graceful-ncp) instead of [ncp](https://github.com/AvianFlu/ncp) (because graceful-ncp uses [graceful-fs](https://github.com/isaacs/node-graceful-fs)). This protects you against `EMFILE` errors when opening too many files, etc. **Note**: this is a temporary solution until [jprichardson/node-fs-extra#95](https://github.com/jprichardson/node-fs-extra/pull/95) is resolved. ## Installation `npm install graceful-fs-extra` ## API The exact same as [node-fs-extra](https://github.com/jprichardson/node-fs-extra)'s.