Skip to content

Commit 6bff2e5

Browse files
authored
Merge pull request #11 from vunb/build
install global module
2 parents 85bd17c + c729a36 commit 6bff2e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ install:
2323
# install submodules
2424
- git submodule update --init
2525
# fixes nodejs/node-gyp#972
26-
- npm install -g npm@next
26+
- npm install -g npm@latest
2727
# install modules
28+
- npm install -g node-pre-gyp node-pre-gyp-github
2829
- npm install --build-from-source
2930
# Check if we're building the latest tag, if so
3031
# then we publish the binaries if tests pass.

0 commit comments

Comments
 (0)