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 807408f commit 5072efbCopy full SHA for 5072efb
appveyor.yml
@@ -6,6 +6,8 @@ environment:
6
install:
7
# Get the latest stable version of Node.js or io.js
8
- ps: Install-Product node $env:nodejs_version
9
+ # Upgrade npm
10
+ - npm install -g npm@3
11
# install modules
12
- npm install
13
- npm install grunt-cli -g
0 commit comments