Extra methods for the fs object (with graceful-ncp)
npm install graceful-fs-extragraceful-fs-extra
===
node-fs-extra but on top of graceful-ncp instead of ncp (because graceful-ncp uses 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 is resolved.
npm install graceful-fs-extra
The exact same as node-fs-extra's.