We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
customFds option for child_process.spawn is deprecated since nodejs/node@2454695. Use stdio instead.
customFds
child_process.spawn
stdio
See https://github.com/nodejs/node/wiki/API-changes-between-v0.10-and-v4
The text was updated successfully, but these errors were encountered:
We are passing stdio too so I suspect were deliberately working with old and new version of node.
https://github.com/nodejs/node/blob/master/doc/api/deprecations.md#dep0006-child_process-optionscustomfds
Assuming minimum version of node is now at least 4, can probably just delete customFds.
Sorry, something went wrong.
Removed customFds on the develop branch for the next release (#1052).
v4.0.0-0 prerelease published: #1067
v4.0.0 has been released.
No branches or pull requests
customFds
option forchild_process.spawn
is deprecated since nodejs/node@2454695.Use
stdio
instead.See https://github.com/nodejs/node/wiki/API-changes-between-v0.10-and-v4
The text was updated successfully, but these errors were encountered: