From f3577006684877d50d7948c70d832b5e3b5a55ef Mon Sep 17 00:00:00 2001 From: B4Le Date: Mon, 30 Mar 2020 12:30:41 +0700 Subject: [PATCH] [Docs] adding additional parameter for Install the Visual Studio 2015 Build Tools --- docs/docs/gatsby-on-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/gatsby-on-windows.md b/docs/docs/gatsby-on-windows.md index 5d4b28baa7dd4..ff6b2eab854b5 100644 --- a/docs/docs/gatsby-on-windows.md +++ b/docs/docs/gatsby-on-windows.md @@ -11,7 +11,7 @@ Tools). The recommended way to setup your build environment on Windows is to install the [`windows-build-tools`](https://github.com/felixrieseberg/windows-build-tools) -package by running `npm install windows-build-tools -g` on an admin PowerShell +package by running `npm install --global windows-build-tools --vs2015` on an admin PowerShell console. Upon installing this package, it downloads and installs Visual C++ Build Tools 2015, provided free of charge by Microsoft. These tools are required to compile popular native modules. It will also install Python 2.7, configuring