AvianFlu / ncp

Asynchronous recursive file copying with Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project still maintained?

bajtos opened this issue · comments

Is this project still maintained?

The pull requests fixing ncp on io.js and Node v0.12 have been opened a month ago and still not merged: #78, #80.

Should we all switch to cpr or something else instead?

It is maintained, we're just a little slow to get to things sometimes. We'd love to add new maintainers to speed things up, tho!

@mmalecki Please merge the outstanding pull requests... the bugs currently in ncp make it unusable. Callbacks are called very unreliably, and for an hour I thought it was my code that was the problem =/

Not reliable at all, multiple callback calls, just crashes everything done and it manipulates my dev data. I had to switch to fs-extra, sorry :(