diff --git a/docs/_getting-started-linux-android.md b/docs/_getting-started-linux-android.md index 1c10384763b..416da1d0b02 100644 --- a/docs/_getting-started-linux-android.md +++ b/docs/_getting-started-linux-android.md @@ -8,7 +8,7 @@ While you can use any editor of your choice to develop your app, you will need t

Node

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

Java Development Kit

diff --git a/docs/_getting-started-macos-android.md b/docs/_getting-started-macos-android.md index 9e1d1e3022a..e9934b8730c 100644 --- a/docs/_getting-started-macos-android.md +++ b/docs/_getting-started-macos-android.md @@ -15,7 +15,7 @@ brew install node brew install watchman ``` -If you have already installed Node on your system, make sure it is Node 14 or newer. +If you have already installed Node on your system, make sure it is Node 16 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. diff --git a/docs/_getting-started-macos-ios.md b/docs/_getting-started-macos-ios.md index 0df25712304..da7ab9cd8c0 100644 --- a/docs/_getting-started-macos-ios.md +++ b/docs/_getting-started-macos-ios.md @@ -15,7 +15,7 @@ brew install node brew install watchman ``` -If you have already installed Node on your system, make sure it is Node 14 or newer. +If you have already installed Node on your system, make sure it is Node 16 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.