From bace984f606bc642ecc2309610a2878adaa1b0d5 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 16 Jul 2020 17:03:49 -0700 Subject: [PATCH] Update BuildFromSource.md (#24020) --- docs/BuildFromSource.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 95b08ab146..f16e82b559 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -38,7 +38,8 @@ Building ASP.NET Core on Windows requires: However, any Visual Studio 2019 instance that meets the requirements should be fine. See [global.json](/global.json) and [eng/scripts/vs.json](/eng/scripts/vs.json) for those requirements. By default, the script will install Visual Studio Enterprise Edition, however you can use a different edition by passing the `-Edition` flag. * Git. -* NodeJS. LTS version of 10.14.2 or newer +* NodeJS. LTS version of 10.14.2 or newer . +* Install yarn globally (`npm install -g yarn`) * Java Development Kit 11 or newer. Either: * OpenJDK * Oracle's JDK