microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.31k stars 1.14k forks source link

npx react-native run-windows #14012

Open minesunny opened 19 hours ago

minesunny commented 19 hours ago

Problem Description

Image

Steps To Reproduce

  1. npx --yes @react-native-community/cli@next init --version "latest"
  2. cd
  3. yarn add react-native-windows@^0.75.0
  4. npx react-native init-windows --overwrite
  5. Set-ExecutionPolicy Unrestricted -Scope Process -Force; iex (New-Object System.Net.WebClient).DownloadString('https://aka.ms/rnw-vs2022-deps.ps1'); 6.npx react-native run-windows

Expected Results

No response

CLI version

npx @react-native-community/cli -v

Environment

System: OS: Windows 11 10.0.22631 CPU: (16) x64 AMD Ryzen 7 8845HS w/ Radeon 780M Graphics Memory: 48.40 GB / 59.79 GB Binaries: Node: version: 20.18.0 path: C:\Program Files\nodejs\node.EXE Yarn: version: 1.22.22 path: C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: version: 10.8.2 path: C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found Windows SDK: AllowDevelopmentWithoutDevLicense: Enabled Versions:

Community Modules

No response

Target Platform Version

None

Target Device(s)

No response

Visual Studio Version

None

Build Configuration

None

Snack, code example, screenshot, or link to a repository

No response

similar-issues-ai[bot] commented 19 hours ago

We've found some similar issues:

If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.

Note: You can give me feedback by 👍 or 👎 this comment.