File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,5 @@ Vagrant.configure(2) do |config|
3737 config . vm . provision "shell" , path : "provisioning/chocolatey-packages.bat"
3838 config . vm . provision "shell" , path : "provisioning/npm-packages.bat"
3939 config . vm . provision "shell" , path : "provisioning/build.bat"
40- config . vm . provision "shell" , path : "provisioning/universal.bat"
4140
4241end
Original file line number Diff line number Diff line change 11cd c:\vagrant
2- npm install
2+ call npm install
3+
4+ mkdir c:\node_modules
5+ cd c:\node_modules
6+ git clone --depth 1 https://github.com/GPII/universal.git
7+ cd universal
8+ call npm install
39
Original file line number Diff line number Diff line change 1- choco install nodejs.install -version 4.4.3 -y
1+ choco install nodejs.install -version 4.4.3 --forcex86 - y
22choco install python2 -y
3- setx /M PATH " %PATH% ;C:\Program Files\nodejs;C:\tools\python2"
3+ setx /M PATH " %PATH% ;C:\Program Files (x86)\nodejs;C:\tools\python2"
4+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments