-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
TypeError: Forked processes must have an IPC channel #8167
Comments
|
Thanks. Would it be useful to update these docs to emphasize that? (right now the docs seem to imply that https://nodejs.org/dist/latest-v6.x/docs/api/child_process.html#child_process_options_stdio |
We don't currently have a good way to mark when things like that change the way that we do when a new method is added. However, I agree that it would be good to update the |
You might want to use https://nodejs.org/api/cluster.html#cluster_cluster_settings as a reference if you plan to make a PR. |
Fixes: nodejs#8167 PR-URL: nodejs#8290 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
Fixes: #8167 PR-URL: #8290 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
why the |
v.6.4.0
Darwin MacBook-Pro.local 14.5.0 Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64 x86_64
I think this is my error, but maybe something to document?
After upgrading from 6.3 -> 6.4
fork
will not accept the following:Requiring:
Not setting
stdio
also works...The text was updated successfully, but these errors were encountered: