Skip to content

Commit 5072efb

Browse files
committed
📦 Fix build issues
1 parent 807408f commit 5072efb

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
@@ -6,6 +6,8 @@ environment:
66
install:
77
# Get the latest stable version of Node.js or io.js
88
- ps: Install-Product node $env:nodejs_version
9+
# Upgrade npm
10+
- npm install -g npm@3
911
# install modules
1012
- npm install
1113
- npm install grunt-cli -g

0 commit comments

Comments
 (0)