From aedd726ef3293997a19e48c85ef25a9dd5e0f4c6 Mon Sep 17 00:00:00 2001 From: xzyfer Date: Wed, 10 Jun 2015 11:48:35 -0400 Subject: [PATCH] Lock to npm@2.7.5 in AppVeyor We need this in order work around an issue with npm https://github.com/npm/npm/issues/8517 --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7fee0d712..d32664767 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,9 +17,10 @@ matrix: install: - ps: Install-Product node $env:nodejs_version + - npm -g install npm@2.7.5 - node --version - npm --version - git submodule update --init --recursive - - ps: npm install --msvs_version=2013 + - ps: C:\Users\appveyor\AppData\Roaming\npm\npm.cmd install --msvs_version=2013 test_script: npm test