From c0cb66161d2f2eca2d953876fe98343cf689735e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Wed, 25 Apr 2018 17:48:47 +0100 Subject: [PATCH] Use Python 2 with Node.js --- dev_web_nodejs.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index 7ac7bb6..6c627ed 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -36,8 +36,7 @@ choco install nodejs-lts -y # Node.js LTS, Recommended for most users # choco install nodejs -y # Node.js Current, Latest features choco install sysinternals -y choco install docker-for-windows -choco install python -choco install python2 # should we remove earlier python? +choco install python2 # Node.js requires Python 2 to build native modules choco install pip choco install easy.install