From 7e16a88f7e6bcb034048a0130e62f1d6c66e8f08 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 6 Jun 2017 12:19:05 +0100 Subject: [PATCH] Install a node package globally --- src/freedombone-app-ghost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-ghost b/src/freedombone-app-ghost index c1f46ded..1e3c4d62 100755 --- a/src/freedombone-app-ghost +++ b/src/freedombone-app-ghost @@ -420,6 +420,7 @@ function install_ghost { sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json cd /var/www/$GHOST_DOMAIN_NAME/htdocs + npm install -g jison@0.4.13 --save npm install moment-timezone@0.5.13 npm install express@4.15.3 npm install lodash@4.17.4 @@ -458,7 +459,6 @@ function install_ghost { npm install image-size@0.5.4 npm install passport-oauth2-client-password@0.1.2 npm install -g passport-http-bearer@1.0.1 - npm install --production function_check install_mariadb