File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 },
3939 "dependencies" : {
4040 "nan" : " ~2.7.0" ,
41- "node-pre-gyp" : " https://github.com/mapbox/node-pre-gyp/tarball/node-v0.10 "
41+ "node-pre-gyp" : " https://github.com/mapbox/node-pre-gyp/tarball/master "
4242 },
4343 "bundledDependencies" : [
4444 " node-pre-gyp"
4545 ],
4646 "devDependencies" : {
47- "node-gyp" : " ^3.6.1" ,
4847 "aws-sdk" : " 2.x" ,
4948 "eslint" : " 3.5.0" ,
5049 "mocha" : " 3.x"
Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ IF /I "%NPM_BIN_DIR%"=="%CD%" ECHO ERROR npm bin -g equals local directory && SE
110110ECHO ===== where npm puts stuff END ============
111111
112112
113- ECHO installing node-gyp
114- CALL npm install -g node-gyp
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
115116IF %ERRORLEVEL% NEQ 0 GOTO ERROR
116117
117118CALL 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