@@ -305,6 +305,8 @@ function install_ghost {
install_nodejs ghost
ghost_create_config
+
+ sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
npm install --production
if [ ! "$?" = "0" ]; then
function_check remove_nodejs