Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util.pump() is deprecated #4

Open
ghost opened this issue May 26, 2013 · 2 comments
Open

util.pump() is deprecated #4

ghost opened this issue May 26, 2013 · 2 comments

Comments

@ghost
Copy link

ghost commented May 26, 2013

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?

@coolaj86
Copy link
Owner

It's on the back burner.

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'll fix the warnings today or tomorrow though.

@ghost
Copy link
Author

ghost commented May 27, 2013

Wow, fast response, thank you. I like this package and I'm using it. Thanks again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant