Use Python 2 with Node.js

This commit is contained in:
João Reis
2018-04-25 17:48:47 +01:00
parent 0d7d007ea0
commit c0cb66161d

View File

@@ -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