We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa80f5 commit 3a017deCopy full SHA for 3a017de
appveyor.yml
@@ -23,7 +23,10 @@ matrix:
23
# Get the latest stable version of Node 0.STABLE.latest
24
install:
25
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
26
- - npm install --verbose
+ - cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
27
+ - cmd: SET PATH=c:\python27;%PATH%
28
+ - cmd: npm install -g node-gyp
29
+ - npm install
30
31
test_script:
32
- node --version
0 commit comments