Skip to content

Commit d2d98c8

Browse files
author
tom
committed
Release 1.0.42
1 parent 0c052d9 commit d2d98c8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Tool | Flag | Notes
2525
[JQ)](https://stedolan.github.io/jq/) | installed in all cases |
2626
[Maven](https://maven.apache.org) | --maven |
2727
[Eclipse STS](https://spring.io/tools/sts) | --sts |
28-
[Node.js](https://nodejs.org), [Bower](http://bower.io/), [Grunt CLI](http://gruntjs.com), [Gulp CLI](http://gulpjs.com) | --nodejs |
28+
[Node.js](https://nodejs.org), [Bower](http://bower.io/), [Grunt CLI](http://gruntjs.com), [Gulp CLI](http://gulpjs.com),[node gyp]https://github.com/nodejs/node-gyp,[windows-build-tools] (npm install --global --production windows-build-tools) | --nodejs |
2929
[Predix CLI](https://github.com/PredixDev/predix-cli) | --predixcli |
3030
[Predix Mobile CLI](https://github.com/PredixDev/predix-mobile-cli) | --mobilecli |
3131
[Python2](https://www.python.org) | --python2 |

setup-windows.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ IF !install[nodejs]! EQU 1 (
303303
IF NOT !errorlevel! EQU 0 (
304304
npm install -g gulp-cli
305305
)
306+
npm install -g node-gyp
307+
npm install --global --production windows-build-tools
306308
)
307309

308310
IF !install[python2]! EQU 1 CALL :CHOCO_INSTALL python2 python

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.41",
3+
"version": "1.0.42",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)