Skip to content

Commit

Permalink
Updating docs to reflect bumping node from 16 to 18 (#3748)
Browse files Browse the repository at this point in the history
Co-authored-by: Arushi Kesarwani <arushikesarwani@meta.com>
  • Loading branch information
arushikesarwani94 and arushikesarwani94 authored Oct 17, 2023
1 parent f313771 commit 97d99cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_getting-started-linux-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ While you can use any editor of your choice to develop your app, you will need t

<h3>Node</h3>

Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 16 or newer.
Follow the [installation instructions for your Linux distribution](https://nodejs.org/en/download/package-manager/) to install Node 18 or newer.

<h3>Java Development Kit</h3>

Expand Down
2 changes: 1 addition & 1 deletion docs/_getting-started-macos-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install node
brew install watchman
```

If you have already installed Node on your system, make sure it is Node 16 or newer.
If you have already installed Node on your system, make sure it is Node 18 or newer.

[Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

Expand Down
2 changes: 1 addition & 1 deletion docs/_getting-started-macos-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ brew install node
brew install watchman
```

If you have already installed Node on your system, make sure it is Node 16 or newer.
If you have already installed Node on your system, make sure it is Node 18 or newer.

[Watchman](https://facebook.github.io/watchman) is a tool by Facebook for watching changes in the filesystem. It is highly recommended you install it for better performance.

Expand Down
2 changes: 1 addition & 1 deletion docs/_getting-started-windows-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Open an Administrator Command Prompt (right click Command Prompt and select "Run
choco install -y nodejs-lts microsoft-openjdk17
```

If you have already installed Node on your system, make sure it is Node 16 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.
If you have already installed Node on your system, make sure it is Node 18 or newer. If you already have a JDK on your system, we recommend JDK17. You may encounter problems using higher JDK versions.

> You can find additional installation options on [Node's Downloads page](https://nodejs.org/en/download/).
Expand Down

0 comments on commit 97d99cf

Please sign in to comment.