Fix react-native-windows documentation that fails with "^0.80.0"#1143
Merged
vineethkuttan merged 2 commits intomicrosoft:mainfrom Feb 13, 2026
Merged
Fix react-native-windows documentation that fails with "^0.80.0"#1143vineethkuttan merged 2 commits intomicrosoft:mainfrom
vineethkuttan merged 2 commits intomicrosoft:mainfrom
Conversation
vineethkuttan
approved these changes
Feb 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Problem Description
The react-native-windows page says that for creating a new project using the 0.80.0 version you must run this command:
npx --yes @react-native-community/cli@latest init --version "^0.80.0"
However the following error appears:
error Cannot read properties of null (reading 'major').
TypeError: Cannot read properties of null (reading 'major')
at minorVersion (C:\Users\PERSONA\AppData\Local\npm-cache_npx\2788f5fbd47acb89\node_modules@react-native-community\cli\build\tools\npm.js:113:15)
at getTemplateVersion (C:\Users\PERSONA\AppData\Local\npm-cache_npx\2788f5fbd47acb89\node_modules@react-native-community\cli\build\tools\npm.js:155:26)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async createTemplateUri (C:\Users\PERSONA\AppData\Local\npm-cache_npx\2788f5fbd47acb89\node_modules@react-native-community\cli\build\commands\init\version.js:53:29)
at async createProject (C:\Users\PERSONA\AppData\Local\npm-cache_npx\2788f5fbd47acb89\node_modules@react-native-community\cli\build\commands\init\init.js:354:23)
at async Object.initialize [as func] (C:\Users\PERSONA\AppData\Local\npm-cache_npx\2788f5fbd47acb89\node_modules@react-native-community\cli\build\commands\init\init.js:434:7)
at async Command.handleAction (C:\Users\PERSONA\AppData\Local\npm-cache_npx\2788f5fbd47acb89\node_modules@react-native-community\cli\build\index.js:137:9)
info Run CLI with --verbose flag for more details.
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
Resolves microsoft/react-native-windows#15456
Screenshots
Add any relevant screen captures here from before or after your changes.
Microsoft Reviewers: Open in CodeFlow