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: D89765226

@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 24, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 24, 2025

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

vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 2, 2026
…er shell launching path" (facebook#54978)

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: D89765226
@vzaidman vzaidman force-pushed the export-D89765226 branch 2 times, most recently from d957fef to d94452d Compare January 5, 2026 10:17
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 5, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 7, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 8, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 12, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 12, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 12, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 12, 2026
…er shell launching path" (facebook#54978)

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: D89765226
vzaidman added a commit to vzaidman/react-native that referenced this pull request Jan 12, 2026
…er shell launching path" (facebook#54978)

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: D89765226
…er shell launching path" (facebook#54978)

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: D89765226
@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @vzaidman in b45c820

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

@react-native-bot react-native-bot added the Merged This PR has been merged. label Jan 12, 2026
meta-codesync bot pushed a commit that referenced this pull request Jan 13, 2026
Summary:
Use of `debug` was added in #54978 but never declared. This causes `react-native config` to fail in pnpm setups.

## Changelog:

[GENERAL] [FIXED] - Fixed missing dependency breaking `react-native config` in pnpm setups

Pull Request resolved: #55145

Test Plan: `yarn` in `xplat/js` didn't change any files

Reviewed By: cortinico

Differential Revision: D90589051

Pulled By: vzaidman

fbshipit-source-id: b53a46a9b034d385e64a72f85d29e63da02522d7
react-native-bot pushed a commit that referenced this pull request Jan 13, 2026
Summary:
Use of `debug` was added in #54978 but never declared. This causes `react-native config` to fail in pnpm setups.

## Changelog:

[GENERAL] [FIXED] - Fixed missing dependency breaking `react-native config` in pnpm setups

Pull Request resolved: #55145

Test Plan: `yarn` in `xplat/js` didn't change any files

Reviewed By: cortinico

Differential Revision: D90589051

Pulled By: vzaidman

fbshipit-source-id: b53a46a9b034d385e64a72f85d29e63da02522d7
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants