From e01212599597285046674b2056095259aa3de609 Mon Sep 17 00:00:00 2001 From: yulixing Date: Mon, 24 Jun 2019 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boundle.sh | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/boundle.sh b/boundle.sh index 3ac9f70..acc4574 100644 --- a/boundle.sh +++ b/boundle.sh @@ -2,7 +2,7 @@ source /etc/profile -npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root >> boundle.log +npm install --prefer-offline --loglevel info --unsafe-perm=true --allow-root --build-from-source >> boundle.log echo 'copy node_modules to /data/publish/node_packages' >> boundle.log gulp diff --git a/package.json b/package.json index 3c092d6..ab3f9f5 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "body-parser": "^1.19.0", "bson": "^4.0.2", "bunyan": "^1.8.12", + "canvas": "^2.5.0", "compression": "^1.7.4", "connect-mongo": "^2.0.3", "cookie-parser": "^1.4.4",