From f5bd028f6bcefe6a2909010bd056a9a8c33f94c6 Mon Sep 17 00:00:00 2001 From: Dave Laird Date: Wed, 10 Apr 2019 08:17:08 -0700 Subject: [PATCH] use npm 6 in appveyor --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4f81b83..62fd91b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,8 +11,7 @@ init: # Install scripts. (runs after repo cloning) install: - ps: Install-Product node $env:nodejs_version - - npm i -g npm@^3 - - npm config set spin false + - npm i -g npm@^6 - npm install -g bower - npm install