From 0e799eb2dba7192b7d6fa347f538f74004042a61 Mon Sep 17 00:00:00 2001 From: Ron Gross Date: Mon, 9 Jul 2018 16:13:56 +0300 Subject: [PATCH] docs: fix npm install windows-build-tools Fixes #522 --- docs/Beginner's-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Beginner's-Guide.md b/docs/Beginner's-Guide.md index df78ba8ce..ccda6aca4 100644 --- a/docs/Beginner's-Guide.md +++ b/docs/Beginner's-Guide.md @@ -51,7 +51,7 @@ https://slproweb.com/download/Win64OpenSSL-1_0_2L.exe As Administrator, open `cmd.exe` and run: ```console -C:\Users\bcoin\bcoin>npm install --global --production windows-build-tool +C:\Users\bcoin\bcoin>npm install --global --production windows-build-tools ``` to install `VCBuild.exe` and `Python 2.7.x` both required by `node-gyp`