diff options
author | Volodymyr Mytnyk <volodymyrx.mytnyk@intel.com> | 2018-12-20 12:28:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-12-20 12:28:09 +0000 |
commit | ad825953bd2a48425ee064b3f30f4ee606df9313 (patch) | |
tree | 3f2c829ab1e3017e4413b2bcf66fedf4dc1b2ed1 /gui/package.json | |
parent | 0e80e2a4fc3144b3cb7b2c87a5ad58a869d5e67b (diff) | |
parent | c115220a0d8d6886d6aa4146c79ff9fd029e1528 (diff) |
Merge "NSB installation fails at Yardstick GUI Ubuntu 18"
Diffstat (limited to 'gui/package.json')
-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 } } |