From a46bdfd71ed260bb74de626c9b5f82051ad336f0 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 11 Apr 2018 10:41:03 -0400 Subject: [PATCH] update npm version to fix recursive npm install bug --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 31f2505a4..e60efad54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules + - npm install -g npm@5.7 - npm install # Post-install test scripts.