Skip to content

Conversation

@vzaidman
Copy link
Contributor

Summary:
There's a bug in Node.JS: nodejs/node#51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to get to see stdout and stderr. It works well on MacOS though.

Changelog: [Internal]

Differential Revision: D88955169

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 18, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 18, 2025

@vzaidman has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88955169.

vzaidman added a commit to vzaidman/react-native that referenced this pull request Dec 19, 2025
Summary:

There's a bug in Node.JS: nodejs/node#51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to get to see stdout and stderr. It works well on MacOS though.

Changelog: [Internal]

Differential Revision: D88955169
vzaidman added a commit to vzaidman/react-native that referenced this pull request Dec 19, 2025
Summary:

There's a bug in Node.JS: nodejs/node#51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to get to see stdout and stderr. It works well on MacOS though.

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D88955169
@vzaidman vzaidman force-pushed the export-D88955169 branch 2 times, most recently from 7ee24f0 to 2f9c6a7 Compare December 19, 2025 17:24
vzaidman added a commit to vzaidman/react-native that referenced this pull request Dec 19, 2025
Summary:

There's a bug in Node.JS: nodejs/node#51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to get to see stdout and stderr. It works well on MacOS though.

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D88955169
Summary:

There's a bug in Node.JS: nodejs/node#51018 where spawning a process on Windows with detached mode and unref will not actually inherit stdio. You need to manually pipe these to get to see stdout and stderr. It works well on MacOS though.

Changelog: [Internal]

Reviewed By: huntie

Differential Revision: D88955169
@meta-codesync
Copy link

meta-codesync bot commented Dec 22, 2025

This pull request has been merged in c00173f.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Dec 22, 2025
@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @vzaidman in c00173f

When will my fix make it into a release? | How to file a pick request?

@facebook-github-bot
Copy link
Contributor

This pull request has been reverted by 17cba6e.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner Reverted

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants