NSB installation fails at Yardstick GUI Ubuntu 18 13/65913/1
authorStepan Andrushko <stepanx.andrushko@intel.com>
Mon, 17 Dec 2018 11:38:35 +0000 (13:38 +0200)
committerStepan Andrushko <stepanx.andrushko@intel.com>
Mon, 17 Dec 2018 11:38:35 +0000 (13:38 +0200)
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>
gui/package.json

index b85c754..3d1a086 100644 (file)
@@ -39,5 +39,8 @@
   },
   "scripts": {
     "test": "karma start test\\karma.conf.js"
+  },
+  "config": {
+    "unsafe-perm": true
   }
 }