From c508f341f7ce43ca5780b87b50a5aa754a784436 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 10 May 2016 14:42:07 -0400 Subject: [PATCH] Point NPM to electron in Appveyor to avoid compilation issues (#402) Signed-off-by: Juan Cruz Viotti --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 73a812ce..b03c1b66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,10 @@ cache: environment: global: ELECTRON_NO_ATTACH_CONSOLE: true + npm_config_disturl: https://atom.io/download/atom-shell + npm_config_runtime: electron + npm_config_target: 0.37.6 + npm_config_arch: x64 matrix: - nodejs_version: 5