That's pretty much the issue. Works fine on OS X Have googled and can't find any way to increase Windows open file limit. Is now also happening on OS X 'ENFILE: file table overflow' As far as I can tell this module always works down to an individual file level in async. I've worked around this by changing the app structure (it will be the ~8000 files in node_modules) and doing a shell cp instead. Is it something you need to look at handling via something like graceful-fs?