Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rnw-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Alternatively, you can setup your environment manually:
Options to install [Node.js](https://nodejs.org) separately:
- Using [WinGet](https://aka.ms/winget) (_React Native recommended_). To use WinGet, from an elevated Command Prompt, run:
```bat
winget install OpenJS.NodeJS.LTS --version 22.14.0
winget install OpenJS.NodeJS.LTS --version 22.22.0
```
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
- Directly from [Node.js](https://nodejs.org/en/download)
Expand Down
Loading