From 70f5ea57c5e24b3a1c6584a10bb2d0c4ba541e55 Mon Sep 17 00:00:00 2001 From: Eries Trisnadi <lognus21@gmail.com> Date: Sun, 17 Oct 2021 05:31:01 +0700 Subject: [PATCH] [Doc] Update readme files to the correct nodejs version (#37605) Signed-off-by: Eries Trisnadi <lognus21@gmail.com> --- docs/BuildFromSource.md | 4 ++-- src/SignalR/docs/GettingStarted.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 3c8b5147b0b..e32909629cd 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 diff --git a/src/SignalR/docs/GettingStarted.md b/src/SignalR/docs/GettingStarted.md index 6366d71d00e..d48fc7de12c 100644 --- a/src/SignalR/docs/GettingStarted.md +++ b/src/SignalR/docs/GettingStarted.md @@ -2,7 +2,7 @@ ## Dependencies In order to successfully build and test *SignalR* you'll need to ensure that your system has the following installed: -* [NodeJS](https://nodejs.org/) version 6.9 or later +* [NodeJS](https://nodejs.org/) version 16.11.0 or later * NPM *(typically bundled with NodeJS)* ## How To Build -- GitLab