From 05b491f62c43db100316176b9bb0d8e50487b902 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Tue, 26 Jul 2016 10:51:25 -0700 Subject: [PATCH] revert `--ignore-scripts` --- app/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins.js b/app/plugins.js index 013c7bbd..d09a985c 100644 --- a/app/plugins.js +++ b/app/plugins.js @@ -203,7 +203,7 @@ function install (fn) { env.npm_config_runtime = 'electron'; env.npm_config_target = '1.2.8'; env.npm_config_disturl = 'https://atom.io/download/atom-shell'; - exec('npm prune && npm install --ignore-scripts --production', { + exec('npm prune && npm install --production', { cwd: path, env: env }, (err, stdout, stderr) => {