Skip to content

Commit

Permalink
set fake 'cafile' argument for node@4.4.7 #209 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmberg committed Jul 18, 2016
1 parent 6f77204 commit 68301ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ install:
- ps: Install-Product node $env:nodejs_version $env:Platform
- ps: Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
- npm install --global --production npm-windows-upgrade
#https://github.com/nodejs/node-gyp/issues/972#issuecomment-231055109
# https://github.com/nodejs/node-gyp/issues/972#issuecomment-231055109
- npm-windows-upgrade --npm-version 2.15.9 --no-dns-check --no-prompt
- node --version
- npm --version
# https://github.com/mapbox/node-pre-gyp/issues/209#issuecomment-217690537
- npm config set -g cafile=package.json
- npm config set -g strict-ssl=false
- SET PATH=%APPDATA%\npm;%PATH%
- node -e "console.log(process.arch);"
- IF "%PLATFORM%" == "x64" set PATH=C:\Python27-x64;%PATH%
Expand Down

0 comments on commit 68301ce

Please sign in to comment.