Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEries Trisnadi <lognus21@gmail.com>2021-10-17 01:31:01 +0300
committerGitHub <noreply@github.com>2021-10-17 01:31:01 +0300
commit70f5ea57c5e24b3a1c6584a10bb2d0c4ba541e55 (patch)
treeac5b3ab6e182430f78ca43e3c45989d95a421b1d /docs
parent207854d30d1c2e9ea93d1df64044c3724ce5d5cd (diff)
[Doc] Update readme files to the correct nodejs version (#37605)
Signed-off-by: Eries Trisnadi <lognus21@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildFromSource.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index 3c8b5147b0..e32909629c 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -98,7 +98,7 @@ If you're reading this, you probably already have Git installed to support cloni
#### [NodeJS](https://nodejs.org) on Windows
-Building the repo requires version 14.17.6 or newer of Node. You can find installation executables for Node at <https://nodejs.org>.
+Building the repo requires version 16.11.0 or newer of Node. You can find installation executables for Node at <https://nodejs.org>.
#### [Yarn](https://yarnpkg.com/) on Windows
@@ -119,7 +119,7 @@ This repo contains some Java source code that depends on an install of the JDK v
- OpenJDK <https://jdk.java.net/>
- Oracle's JDK <https://www.oracle.com/technetwork/java/javase/downloads/index.html>
-Alternatively, you can run [eng/scripts/InstallJdk.ps1](/eng/scripts/InstallJdk.ps1) to install a version of the JDK that will only be used in this repo.
+Alternatively, you can run [eng/scripts/InstallJdk.ps1](/eng/scripts/InstallJdk.ps1) to install a version of the JDK that will only be used in this repo.
```powershell
./eng/scripts/InstallJdk.ps1