From 7011368e13e4bae0e7479fb2cd05b32ce964794c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Wed, 25 Apr 2018 16:21:28 +0100 Subject: [PATCH] Add VS Build Tools to compile Node.js native modules --- dev_web_nodejs.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index 6c627ed..5eb2b85 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -34,6 +34,8 @@ choco install ubuntu.font -y #--- Tools --- choco install nodejs-lts -y # Node.js LTS, Recommended for most users # choco install nodejs -y # Node.js Current, Latest features +choco install visualstudio2017buildtools -y +choco install visualstudio2017-workload-vctools -y choco install sysinternals -y choco install docker-for-windows choco install python2 # Node.js requires Python 2 to build native modules