Skip to content

Commit

Permalink
node-gyp MSVS 2015 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Jun 29, 2016
1 parent 6211ea2 commit 058133d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
- node -p process.arch
- node -p process.version
# Temporary workaround for https://github.com/nodejs/node-gyp/pull/952
- npm install node-gyp@^3.4.0
- IF %nodejs_version% LSS 1 npm -g install npm
- IF %nodejs_version% LSS 1 set PATH=%APPDATA%\npm;%PATH%
- IF NOT "%nwjs_version%" == "" set NPG_ARGS=--runtime=node-webkit --target=%NWJS_VERSION%
Expand Down

0 comments on commit 058133d

Please sign in to comment.