File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ IF /I "%NPM_BIN_DIR%"=="%CD%" ECHO ERROR npm bin -g equals local directory && SE
115115ECHO ===== where npm puts stuff END ============
116116
117117
118- IF " %nodejs_version:~0 ,1 % " == " 0" npm install https://github.com/springmeyer/node-gyp/tarball/v3.x
118+ IF " %nodejs_version:~0 ,1 % " == " 0" CALL npm install https://github.com/springmeyer/node-gyp/tarball/v3.x
119119IF %ERRORLEVEL% NEQ 0 GOTO ERROR
120- IF " %nodejs_version:~0 ,1 % " == " 4" npm install node-gyp@ 3.x
120+ IF " %nodejs_version:~0 ,1 % " == " 4" CALL npm install node-gyp@ 3.x
121121IF %ERRORLEVEL% NEQ 0 GOTO ERROR
122- IF " %nodejs_version:~0 ,1 % " == " 5" npm install node-gyp@ 3.x
122+ IF " %nodejs_version:~0 ,1 % " == " 5" CALL npm install node-gyp@ 3.x
123123IF %ERRORLEVEL% NEQ 0 GOTO ERROR
124124
125125CALL npm install --build-from-source --msvs_version=%msvs_version% %TOOLSET_ARGS% --loglevel=http
You can’t perform that action at this time.
0 commit comments