Skip to content

Commit fa77a07

Browse files
author
Dane Springmeyer
committed
fix node-gyp version to use released version
1 parent 354d688 commit fa77a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build-appveyor.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ECHO ===== where npm puts stuff END ============
112112

113113
IF "%nodejs_version:~0,1%"=="0" npm install https://github.com/springmeyer/node-gyp/tarball/v3.x
114114
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
115-
IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@4.x
115+
IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@3.x
116116
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
117117

118118
CALL npm install --build-from-source --msvs_version=%msvs_version% %TOOLSET_ARGS% --loglevel=http

0 commit comments

Comments
 (0)