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 85bd17c commit c729a36Copy full SHA for c729a36
appveyor.yml
@@ -23,8 +23,9 @@ install:
23
# install submodules
24
- git submodule update --init
25
# fixes nodejs/node-gyp#972
26
- - npm install -g npm@next
+ - npm install -g npm@latest
27
# install modules
28
+ - npm install -g node-pre-gyp node-pre-gyp-github
29
- npm install --build-from-source
30
# Check if we're building the latest tag, if so
31
# then we publish the binaries if tests pass.
0 commit comments