Skip to content

Commit 92f92be

Browse files
wlycdgrIlya ZarembskySimek
authored
Recommend Node be installed via nvm-windows (#2312)
* Recommend Node be installed via nvm-windows By installing Node via nvm-windows instead of directly, users will be able to easily switch between the multiple different versions of Node that their various projects may require. * Pacify language linter * convert nvm addition to separate paragraph, update base docs * revert change in versioned docs Co-authored-by: Ilya Zarembsky <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]>
1 parent e50d8a4 commit 92f92be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/_getting-started-windows-android.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ While you can use any editor of your choice to develop your app, you will need t
66

77
<h3>Node, JDK</h3>
88

9-
We recommend installing Node via [Chocolatey](https://chocolatey.org), a popular package manager for Windows.
9+
We recommend installing Node via [Chocolatey](https://chocolatey.org), a popular package manager for Windows.
10+
11+
If you want to be able to switch between different Node versions, you might want to install Node via [nvm-windows](https://github.com/coreybutler/nvm-windows), a Node version manager for Windows.
1012

1113
React Native also requires [Java SE Development Kit (JDK)](https://openjdk.java.net/projects/jdk8/), which can be installed using Chocolatey as well.
1214

website/versioned_docs/version-0.63/_getting-started-windows-android.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ While you can use any editor of your choice to develop your app, you will need t
88

99
We recommend installing Node via [Chocolatey](https://chocolatey.org), a popular package manager for Windows.
1010

11+
If you want to be able to switch between different Node versions, you might want to install Node via [nvm-windows](https://github.com/coreybutler/nvm-windows), a Node version manager for Windows.
12+
1113
React Native also requires [Java SE Development Kit (JDK)](https://openjdk.java.net/projects/jdk8/), which can be installed using Chocolatey as well.
1214

1315
Open an Administrator Command Prompt (right click Command Prompt and select "Run as Administrator"), then run the following command:

0 commit comments

Comments
 (0)