From 0c4da6bbb94c989dfd092ad13c644774793f4a44 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Fri, 4 Mar 2016 22:04:42 +0100 Subject: [PATCH] [fix] the version of npm on stable seems to prefer another way for options --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9322796c..4fea5c3a 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ override_dh_auto_install: # For some unknown reason, the postinstall scripts in package.json cannot be run, and triggers this error : # "npm WARN cannot run in wd yunohost-admin@ bower install && gulp build (wd=/build/path)" cd src ; \ - env npm_config_progress=false npm install ; \ + npm --progress false --loglevel warn --color false install ; \ node_modules/bower/bin/bower install --allow-root ; \ node_modules/gulp/bin/gulp.js build