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 982aec6 commit 697d123Copy full SHA for 697d123
appveyor.yml
@@ -21,7 +21,6 @@ install:
21
- npm config set -g strict-ssl=false
22
# upgrade node-gyp to dodge 2013 compile issue present in the node gyp bundled with node v0.10
23
# https://github.com/nodejs/node-gyp/issues/972#issuecomment-231055109
24
- - npm install --production node-gyp
25
- node --version
26
- npm --version
27
#- SET PATH=%APPDATA%\npm;%PATH%
@@ -34,6 +33,7 @@ install:
34
33
- IF /I "%PLATFORM%" == "x86" CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
35
- npm install
36
- npm ls
+ - npm install node-gyp
37
- npm test
38
39
build: off
0 commit comments