We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a449749 commit 8b02552Copy full SHA for 8b02552
provisioning/chocolatey-packages.bat
@@ -1,4 +1,7 @@
1
choco install nodejs.install -version 4.4.3 --forcex86 -y
2
+call refreshenv
3
+cd "C:\Program Files (x86)\nodejs\node_modules\npm"
4
+call npm install node-gyp@3.4.0
5
choco install python2 -y
6
choco install innosetup -y
7
setx /M PATH "%PATH%;C:\Program Files (x86)\nodejs;C:\tools\python2;C:\Program Files (x86)\Inno Setup 5"
0 commit comments