Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 60c6d28

Browse filesBrowse files
author
Dane Springmeyer
committed
upgrade node-gyp for node v5 as well
1 parent f7c4627 commit 60c6d28
Copy full SHA for 60c6d28

1 file changed

+2Lines changed: 2 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎scripts/build-appveyor.bat‎

Copy file name to clipboardExpand all lines: scripts/build-appveyor.bat
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ IF "%nodejs_version:~0,1%"=="0" npm install https://github.com/springmeyer/node-
119119
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
120120
IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@3.x
121121
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
122+
IF "%nodejs_version:~0,1%"=="5" npm install node-gyp@3.x
123+
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
122124

123125
CALL npm install --build-from-source --msvs_version=%msvs_version% %TOOLSET_ARGS% --loglevel=http
124126
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.