Skip to content

Commit

Permalink
downgrading sharp to 0.23.4 as 0.28.1 fails build, see https://sharp.…
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Apr 18, 2021
1 parent c8fb528 commit e5895ff
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 80 deletions.
172 changes: 94 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"locale": "0.1.0",
"node-geocoder": "3.27.0",
"reflect-metadata": "0.1.13",
"sharp": "0.27.2",
"sharp": "0.23.4",
"sqlite3": "5.0.0",
"ts-exif-parser": "0.2.1",
"ts-node-iptc": "1.0.11",
Expand Down Expand Up @@ -92,7 +92,7 @@
"@types/jsonwebtoken": "8.5.1",
"@types/node": "14.14.37",
"@types/node-geocoder": "3.24.1",
"@types/sharp": "0.28.0",
"@types/sharp": "0.23.1",
"@types/winston": "2.4.4",
"@types/xml2js": "0.4.8",
"@yaga/leaflet-ng2": "1.0.0",
Expand Down Expand Up @@ -141,6 +141,9 @@
"xml2js": "0.4.23",
"zone.js": "0.11.4"
},
"//": {
"TODO":"sharp 0.28.1 fails arm/v7 build as Prebuilt libvips 8.10.6 binaries are not yet available for linuxmusl-armv7. https://sharp.pixelplumbing.com/install"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "1.0.20",
"@ffprobe-installer/ffprobe": "1.1.0",
Expand Down

0 comments on commit e5895ff

Please sign in to comment.