diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bcb132141cf..00d0b00f9a7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -69,10 +69,10 @@ body: - type: textarea id: react-native-info attributes: - label: Output of `npx react-native info` - description: Run `npx react-native info` in your terminal, copy and paste the results here. + label: Output of `npx @react-native-community/cli info` + description: Run `npx @react-native-community/cli info` in your terminal, copy and paste the results here. placeholder: | - Paste the output of `npx react-native info` here. The output looks like: + Paste the output of `npx @react-native-community/cli info` here. The output looks like: ... System: OS: macOS 14.1.1 diff --git a/.github/ISSUE_TEMPLATE/debugger_bug_report.yml b/.github/ISSUE_TEMPLATE/debugger_bug_report.yml index 1bbebd8e784..b586e9b5266 100644 --- a/.github/ISSUE_TEMPLATE/debugger_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/debugger_bug_report.yml @@ -48,10 +48,10 @@ body: - type: textarea id: react-native-info attributes: - label: Output of `npx react-native info` - description: Run `npx react-native info` in your terminal, copy and paste the results here. + label: Output of `npx @react-native-community/cli info` + description: Run `npx @react-native-community/cli info` in your terminal, copy and paste the results here. placeholder: | - Paste the output of `npx react-native info` here. The output looks like: + Paste the output of `npx @react-native-community/cli info` here. The output looks like: ... System: OS: macOS 14.1.1 diff --git a/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml b/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml index 452c7899eab..f2870c540af 100644 --- a/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/new_architecture_bug_report.yml @@ -81,10 +81,10 @@ body: - type: textarea id: react-native-info attributes: - label: Output of `npx react-native info` - description: Run `npx react-native info` in your terminal, copy and paste the results here. + label: Output of `npx @react-native-community/cli info` + description: Run `npx @react-native-community/cli info` in your terminal, copy and paste the results here. placeholder: | - Paste the output of `npx react-native info` here. The output looks like: + Paste the output of `npx @react-native-community/cli info` here. The output looks like: ... System: OS: macOS 14.1.1