We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354d688 commit fa77a07Copy full SHA for fa77a07
1 file changed
scripts/build-appveyor.bat
@@ -112,7 +112,7 @@ ECHO ===== where npm puts stuff END ============
112
113
IF "%nodejs_version:~0,1%"=="0" npm install https://github.com/springmeyer/node-gyp/tarball/v3.x
114
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
115
-IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@4.x
+IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@3.x
116
117
118
CALL npm install --build-from-source --msvs_version=%msvs_version% %TOOLSET_ARGS% --loglevel=http
0 commit comments