From 1fc372212588c66a4e84ea7b0c4af6c4ffd74ce0 Mon Sep 17 00:00:00 2001 From: Max Claus Nunes Date: Thu, 1 Jun 2017 20:41:40 -0300 Subject: [PATCH] Force use npm 4 to not need migrate to npm 5 for now --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5c1bea07..b70241cb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ init: install: - ps: Install-Product node 6 x64 - git reset --hard HEAD - - npm install npm -g + - npm install npm@4 -g - npm prune - npm install