We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68208c9 commit a4454cfCopy full SHA for a4454cf
appveyor.yml
@@ -40,6 +40,7 @@ matrix:
40
install:
41
- ps: Install-Product node $env:nodejs_version $env:platform
42
- ps: Start-Process c:\projects\nodegit\vendor\pageant.exe c:\projects\nodegit\vendor\private.ppk
43
+ - npm install -g npm
44
- cmd: npm install -g node-gyp
45
- npm install
46
0 commit comments