File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <root >
44 <suite name =" Install.prerequisites" state =" 1" id =" .sh" description =" **Install** system prerequisites " >
55 <attributes >
6- <![CDATA[ npm install -g gulp
6+ <![CDATA[ npm install -g minimatch@3.0.2
7+ npm install -g gulp
78npm install]]>
89 </attributes >
910 </suite >
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ before_script:
55 # Install Testspace Runner
66 - ./testspace_install.sh
77 - export PATH="${HOME}/testspace:${PATH}"
8+ - npm install -g minimatch@3.0.2
89 - npm install -g gulp
910
1011script :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Sample demonstrates techniques for using Testspace with Javascript code and the
1616In order to run this sample you will need a host workstation with installed npm.
1717
1818<pre >
19+ npm install -g minimatch@3.0.2
1920npm install -g gulp
2021npm install
2122gulp build
You can’t perform that action at this time.
0 commit comments