You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using fs.move() I get this in my console: util.pump() is deprecated. Use readableStream.pipe() instead.
Looking over the code I can see that this also affects fs.copy().
On a different note: is this module still alive or is it stagnating?
The text was updated successfully, but these errors were encountered:
The proposal was to conjoin the various fs libraries into a single library with a consistent API (wrench, extra-fs, fs.extra, etc), but we didn't make decisions and get it done.
I'm on Node v0.10 on Ubuntu 12.04.
Using fs.move() I get this in my console:
util.pump() is deprecated. Use readableStream.pipe() instead.
Looking over the code I can see that this also affects fs.copy().
On a different note: is this module still alive or is it stagnating?
The text was updated successfully, but these errors were encountered: