From cea600edbae027accd02b93fdea9bddca501dd86 Mon Sep 17 00:00:00 2001 From: Rohan Vazarkar Date: Sat, 16 Sep 2017 23:22:05 -0400 Subject: [PATCH] Downgrade npm to 5.2 for rolling release (please work) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ad9bd2b..33e8947 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,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.4.1 + - npm install -g npm@5.2 - npm install - npm install -g electron-packager