aboutsummaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/bower.json2
-rwxr-xr-xgui/gui.sh3
-rw-r--r--gui/package.json3
3 files changed, 6 insertions, 2 deletions
diff --git a/gui/bower.json b/gui/bower.json
index d1d934f64..311c759cb 100644
--- a/gui/bower.json
+++ b/gui/bower.json
@@ -22,7 +22,7 @@
"angular-sanitize": "^1.6.5"
},
"resolutions": {
- "angular": "~1.6.x"
+ "angular": "~1.7.x"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
diff --git a/gui/gui.sh b/gui/gui.sh
index 12a14923e..0746fb4a4 100755
--- a/gui/gui.sh
+++ b/gui/gui.sh
@@ -1,5 +1,6 @@
+curl -sL https://deb.nodesource.com/setup_8.x -o /tmp/nodesource_setup.sh
+bash /tmp/nodesource_setup.sh
apt-get install -y nodejs
-apt-get install -y npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install
npm install -g grunt
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
}
}