Skip to content

Commit 09b3065

Browse files
committed
1 parent 5e3280d commit 09b3065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ install:
2222
- set PATH=%APPDATA%\npm;%PATH%
2323
# install submodules
2424
- git submodule update --init
25+
# fixes nodejs/node-gyp#972
26+
- npm install -g npm@next
2527
# install modules
2628
- npm install --build-from-source
2729
# Check if we're building the latest tag, if so

0 commit comments

Comments
 (0)