Browse Source

fix(yarn): temporary fix for gifsicle not being installed

pull/447/head
cKey 4 years ago
parent
commit
b1cd178662
  1. 3
      apps/vue/package.json

3
apps/vue/package.json

@ -142,7 +142,8 @@
"resolutions": { "resolutions": {
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", "//": "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", "bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3" "rollup": "^2.56.3",
"gifsicle": "5.2.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save