-
Notifications
You must be signed in to change notification settings - Fork 7.3k
0.11.14 on Windows ... "child_process: customFds option is deprecated" error #8492
Comments
This is only a deprecation message. The feature was deprecated in this commit. Even though your code isn't using it, it appears to be used in npm and mocha. |
But if it's just a warning, why does it make my mocha tests fail? |
The deprecation notice is merely advisory output, and does not otherwise affect the flow of your program. It might be a red herring -- there may be another issue that's causing the tests to fail. Alternatively, if your mocha tests are testing output (somehow) they might be getting the deprecation notice unexpectedly and failing. |
As npm has dropped compatibility with Node 0.6, I'll be going through its code base and cleaning up its usage of |
Will break "explore" and "help" under Node 0.6, but npm 2 no longer supports Node 0.6, so it's OK. Partially addresses nodejs/node-v0.x-archive#8492.
I don't know who uses |
I'm not using
customFds
anywhere in my code:yet, I get this error when running Node v0.11.14:
npm test
is in my package.jsonThe text was updated successfully, but these errors were encountered: