Use NPM 2.12.1 in Appveyor due to a bug in 2.12.0

This commit is contained in:
Juan Cruz Viotti 2015-07-02 14:28:19 -04:00
parent 5619bdbb67
commit 0acbdac66f

View File

@ -13,7 +13,7 @@ environment:
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm -g install npm@2
- npm -g install npm@2.12.1
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g gulp
- npm install