From: Stepan Andrushko Date: Mon, 17 Dec 2018 11:38:35 +0000 (+0200) Subject: NSB installation fails at Yardstick GUI Ubuntu 18 X-Git-Tag: opnfv-8.0.0~72^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F65913%2F1;p=yardstick.git NSB installation fails at Yardstick GUI Ubuntu 18 Changed a configuration parameter in 'gui/package.json' file to be able to install Yardstick GUI on Ubuntu 18. JIRA: YARDSTICK-1569 Change-Id: I9fbc37fa689c443d56e2f81c6221b5e8ce2271c0 Signed-off-by: Stepan Andrushko --- diff --git a/gui/package.json b/gui/package.json index b85c75469..3d1a086fd 100644 --- a/gui/package.json +++ b/gui/package.json @@ -39,5 +39,8 @@ }, "scripts": { "test": "karma start test\\karma.conf.js" + }, + "config": { + "unsafe-perm": true } }