From 4cfea3e6dcbcca0f2060de7d2b37da660c586fb1 Mon Sep 17 00:00:00 2001 From: Darren Scerri Date: Tue, 21 Mar 2017 21:13:58 +0100 Subject: [PATCH] Explicitly clean cache and add force flag to all npm commands in AppVeyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 232162f6be9..d8f74a81c30 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,6 +31,7 @@ install: # TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - ps: Install-Product node $env:nodejs_version $env:platform + - alias npm="npm cache clean && npm --force" build: off