Skip to content

Commit c6bccff

Browse files
committed
Try updating npm to fix appveyor
1 parent 2e97bc7 commit c6bccff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ matrix:
1414
install:
1515
# Get the latest stable version of Node 0.STABLE.latest
1616
- ps: Install-Product node $env:nodejs_version
17+
# Use npm v2
18+
- npm -g install npm@2
19+
- set PATH=%APPDATA%\npm;%PATH%
20+
- npm -v
1721
# Typical npm stuff.
1822
- npm install
1923
# Grunt-specific stuff.

0 commit comments

Comments
 (0)