diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-12-17 13:38:35 +0200 |
---|---|---|
committer | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-12-17 13:38:35 +0200 |
commit | c115220a0d8d6886d6aa4146c79ff9fd029e1528 (patch) | |
tree | f5bcf2011b4c29cdff3eaab194bc7b6d339aaef5 | |
parent | de9fb89a94345d4c71a7193d4dc10e329a5dea8d (diff) |
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 <stepanx.andrushko@intel.com>
-rw-r--r-- | gui/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
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 } } |