Skip to content

Commit

Permalink
Recommend Node be installed via nvm-windows (facebook#2312)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Dec 5, 2020
1 parent e50d8a4 commit 92f92be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_getting-started-windows-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ While you can use any editor of your choice to develop your app, you will need t

<h3>Node, JDK</h3>

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

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.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ While you can use any editor of your choice to develop your app, you will need t

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

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.

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

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

0 comments on commit 92f92be

Please sign in to comment.