Skip to content

Commit

Permalink
attempt to workaround mapbox/node-pre-gyp#209
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Sep 7, 2016
1 parent 37fd45d commit 3b088bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
ECHO upgrading npm... && CALL npm-windows-upgrade --npm-version 2.15.9 --no-dns-check --no-prompt
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

:: attempt to workaround https://github.com/mapbox/node-pre-gyp/issues/209
npm config set -g cafile=package.json
npm config set -g strict-ssl=false

ECHO available node.exe^:
where node
Expand Down

0 comments on commit 3b088bb

Please sign in to comment.