From b1cd178662b3aeb04eb319a9d314b850455f42dd Mon Sep 17 00:00:00 2001 From: cKey <35512826+colinin@users.noreply.github.com> Date: Thu, 23 Dec 2021 20:55:21 +0800 Subject: [PATCH] fix(yarn): temporary fix for gifsicle not being installed --- apps/vue/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/vue/package.json b/apps/vue/package.json index a993a91fa..07f614248 100644 --- a/apps/vue/package.json +++ b/apps/vue/package.json @@ -142,7 +142,8 @@ "resolutions": { "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", "bin-wrapper": "npm:bin-wrapper-china", - "rollup": "^2.56.3" + "rollup": "^2.56.3", + "gifsicle": "5.2.0" }, "repository": { "type": "git",