Build Failure: "npx react-native run-windows" -> ERROR: The system was unable to find the specified registry key or value. #11959
-
I started from a pretty clean Win 11 machine (Microsoft Windows [Version 10.0.22621.1992]) and followed the setup instructions here: https://microsoft.github.io/react-native-windows/docs/getting-started . The dependency check from https://microsoft.github.io/react-native-windows/docs/rnw-dependencies passed. When I ran "npx react-native run-windows" it output:
Via trial and error I was able to address the first error by passing "--no-telemetry" -> "npx react-native run-windows --no-telemetry"
I can't rule out it's a specific issue to my machine causing the telemetry to fail - but wanted to share in case others are hitting the same issue. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you confirm which version of RNW you were running with this? |
Beta Was this translation helpful? Give feedback.
-
This is a bug, issue tracking it here: #11977 |
Beta Was this translation helpful? Give feedback.
This is a bug, issue tracking it here: #11977