Skip to content

Commit

Permalink
[AppVeyor] downgrade node-gyp: x86 4.2, 5.0 Windows builds fail due t…
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Mar 28, 2016
1 parent d3f881a commit 036949d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"nan": "2.1.0",
"node-pre-gyp": "0.6.15"
"node-pre-gyp": "0.6.24"
},
"devDependencies": {
"aws-sdk": "~2.0.25",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ECHO ===== where npm puts stuff END ============


ECHO installing node-gyp...
CALL npm install -g node-gyp
CALL npm install -g node-gyp@3.2.1
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

::ERRORLEVEL 0: string found
Expand Down

1 comment on commit 036949d

@brianreavis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.